Skip to content

KiiPlatform/KiiCloudUnitySDK

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

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