Skip to content

KiiPlatform/KiiCloudUnitySDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kii Cloud Unity SDK

Official support by Kii has been terminated

Precondition

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

Build steps in Mac OS environment

Requirement

  • Unity.
  • Android SDK.
  • XCode command line tools.

Build unity package

make clean
make archive

After completed, Unity package must be created under the path.

./KiiCloudUnitySDK/bin/Release/KiiCloudUnitySDK-Release-{version-name}.unitypackage

Build document

make clean
make doc

After completed, HTML files must be created under the path.

./KiiCloudUnitySDK/docs-cloud

Use Visual Studio Community

  • open ./KiiCloudUnitySDK.sln.
  • Choose Project -> Restore NuGet packages. (First time.)
  • Choose Build -> Rebuild All