Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Preface : 

1. Make sure that the MonoDevelop Target Framework for compilation is Mono / .NET 3.5

...

  1. GooglePlayServices version must be at least 8.1.

...

  1. The Plugin contains Appoxee SDK version 2.6.1

...

  1. .

 

Integration Instructions : 

Phase 1
  1. Download the Appoxee Android Unity Plugin Zip file for the Download Page.
  2. Extract the zip file to path : UnityProjectName/Assets
  3. Make sure this This is the directory structure and content after extracting
    1. UnityProjectName/Assets/Plugins/AppoxeeAndroidBridge.cs 
    2. UnityProjectName/Assets/Plugins/IAppoxeeCallable.cs 
    3. UnityProjectName/Assets/Plugins/Android/appoxee-sdk.jar 
    4. UnityProjectName/Assets/Plugins/Android/appoxee-unity-plugin.jar UnityProjectName/Assets/Plugins/Android/AppoxeeSDK 
    5. UnityProjectName/Assets/Plugins/Android/AppoxeeSDK/AndroidManifest.xml 
    6. UnityProjectName/Assets/Plugins/Android/AppoxeeSDK/project.properties 
    7. UnityProjectName/Assets/Plugins/Android/AppoxeeSDK/libs 
    8. UnityProjectName/Assets/Plugins/Android/AppoxeeSDK/res 
    9. UnityProjectName/Assets/Plugins/Android/google-play-services_lib 
  4. Make sure that you replace in AndroidManifest.xml the "YOUR_PACKAGE_NAME" placeholder to your reverse-domain package name as you set in the Unity IDE
  5. Open your Unity project.

...