Example Unity project using Login with Amazon Android SDK
- First follow all instructions here and set up your Unity project like an Android one
- Update ProjectSettings/ProjectSettings.asset to your Android Bundle Id
- Update ProjectSettings/ProjectSettings.asset and add your keystore
- In Assets/Plugins/Android/assets/api_key.txt add your api key
- In Assets/Plugin/Android/LoginWithAmazon/AndroidManifest.xml replace "com.example.appid" with your Bundle Id.
- Build and run