少年修仙传客户端基础资源
编辑 | blame | 历史 | 原始文档

Unity3D Integration Guide

PocoSDK supports Unity3D version 4 & 5 and above, ngui & ugui & fairygui, C# only for now.

  1. Clone source code from poco-sdk repo.

  2. Copy the Unity3D folder to your unity project script folder.

    • If you are using ngui, just delete the sub folder Unity3D/ugui and Unity3D/fairygui.
    • If you are using ugui, just delete the sub folder Unity3D/ngui and Unity3D/fairygui.
    • If you are using fairygui, please refer fairygui guide
  3. Add Unity3D/PocoManager.cs as script component on any GameObject, generally on main camera.