Installation
Last updated
Last updated
Step by step to install the Unity SDK:
Download the Tyr Unity SDK package from the official repository
Drag and drop the SDK package to your opened Unity project and click Import
To ensure proper functionality of the SDK, please add the following permissions manually to your project's main AndroidManifest.xml
file, located at:
Permissions to Add:
Important Notes:
Placement: Add the permissions inside the <manifest>
tag but outside the <application>
tag.
Manual Integration: These permissions are not added automatically due to a conflict with main AndroidManifest
Make sure to insert them manually.
Minimum SDK Requirements:
QUERY_ALL_PACKAGES
and PACKAGE_USAGE_STATS
may require your app to target API level 30+.
Google Play may require justification for using QUERY_ALL_PACKAGES
.