Tested on android
, ios
, and windows
.
项目结构
Assets
├── 3DBase // 3D基础框架
├── Animations // 动画资源
├── Resources // Resources目录
├── Scenes // 场景
└── Scripts // 脚本资源
Scripts
├── FrameWork // 基础框架
├── Games // 核心逻辑
├── Actor // 角色系统
├── ActorFight // 角色战斗系统
├── ActorName // ActorName
├── Bubble // Bubble
├── Camera // Camera
├── DataCenter // 数据中心
├── Proto // 协议相关
└── UI // UI
├── GameApp.cs // 主入口
└── GameApp_RegisterSystem.cs // 主入口注册系统