Contents
Mobage Unity SDK consists of the following files.
- MobageUnitySDK.unitypackage
- A file used in the Unity IDE.
- MobageUnitySDKforAndroid
- A module used to develop an Android application.
- docs
- Documents regarding Mobage Unity SDK (Android version). The following are included:
- API reference
- Programming guide
- Documents regarding Mobage Unity SDK (Android version). The following are included:
- README.txt
- It describes change history, articles you need to read first, and license statements.
When you open MobageUnitySDK.unitypackage in Unity IDE, the project view will show the following hierarchy.
- GUIs/
- GUI parameter settings of Mobage Unity SDK.
- Plugins/
- Files required to build applications for the Mobage Platform
- The Android plugins are located in Plugins/Android/.
- The Android plugins include the following files:
- libmobage.so
- MobageNativeSdk.jar
- The Android plugins include the following files:
- The iOS plugins are located in Plugins/iOS/.
- The above plugins include the following sample programs.
- HelloMobage.cs
- HelloMobage.unity
- The sample programs to call external APIs are located in Plugins/Mobage/.
- For details of the APIs, please refer to the API reference.
- The Android plugins are located in Plugins/Android/.
- Files required to build applications for the Mobage Platform
- Resources/
- Resource files such as icon data.
- SU3DJPFont/
- Font data (for details, please refer the “Font settings” section.
Revision History
- 08/08/2012
- Initial Release.