Installation FAQ
The plugin depends on Newtonsoft's json plugin which needs to be added to your packages.
Add the following dependencies in YOUR_PROJECT_ROOT/Packages/manifest.json under dependencies block.
"com.unity.nuget.
newtonsoft
-json": "2.0.0"
This happens because of not accepting licenses when installing the sdk. Let me get you the steps to accept the license.
On Windows
C:\Users\xxx\AppData\Local\Android\Sdk\tools\bin\sdkmanager --licensesorPATH-TO-UNITY-ANDROID-SDK\tools\bin\sdkmanager --licenses
On Mac
cd /Users/YOUR_MAC_USER/Library/Android/sdk/tools/bin ./sdkmanager --licensesor/Applications/Unity/Hub/Editor/UNITY_VERSION/PlaybackEngines/AndroidPlayer/SDK/tools/bin/sdkmanager --licenses
Press 'y' to accept the licenses.
Last modified 5mo ago