Upgrading from Unity to ALC SDK v2
Update library files for V1 → V2 conversion
Delete the library files used in V1.
Assets > Plugins > Android |
|
Assets > StreamingAssets |
|
Add the necessary libraries to use V2.
Assets > Plugins > Android |
|
In Unity, go to Project Settings > Publishing Settings and add the Custom Build environment
In order to login, update and install modules, the following must be added.
Items that must be added
Custom Main Manifest
Custom Main Gradle Template
Custom Launcher Gradle Template
Add <queries> in AndroidManifest.xml
Please refer to the ONE store notices for setting up the following two cases:
Assets > Plugins > Android > AndroidManifest.xml
The queries must be added as follows.
Last updated