Official support by Kii has been terminated
This repository has git sub module. After cloning this repository, you must execute following commands in this directory:
# git submodule init
# git submodule update
Build steps in Mac OS environment
- Unity.
- Android SDK.
- XCode command line tools.
make clean
make archive
After completed, Unity package must be created under the path.
./KiiCloudUnitySDK/bin/Release/KiiCloudUnitySDK-Release-{version-name}.unitypackage
make clean
make doc
After completed, HTML files must be created under the path.
./KiiCloudUnitySDK/docs-cloud
- open
./KiiCloudUnitySDK.sln
. - Choose Project -> Restore NuGet packages. (First time.)
- Choose Build -> Rebuild All