当前位置:首页
> unity3d
unity3d
Unity反编译备忘录
1. disunity+disunityGUI编译后可执行文件地址:https://github.com/ata4/disunity/releasesdisunity在github源码地址:https://github.com/ata4/disunity 2.DevXUnity-Unpac…
kbengine 使用记录
kbengine :2019/3/8 引擎代码托管在GitHub:服务器引擎工程:https://github.com/kbengine/kbengineunity3d插件工程::https://github.com/kbengine/kbengine_unity3d_plugins...…
游戏知识储备
客户端: 1.3D图形基本流程 2.手机主流GPU架构和工作方式 3.shader基本写法和注意事项服务器: 1.状态同步和帧同步,我们现在游戏移动同步、数据同步方式和存在问题&nbs…
unity打包批处理备份
suball.batcall build.batcd..call rename.bat-----rename.batdel MainActivity-release-unsigned.apk copy .\app\bin\MainActivity-release-unsigned.apk…
ULUA的简洁用法
《ULUA的简洁用法》 作者: 游蓝海 文章链接:http://blog.csdn.net/you_lan_hai/article/details/51059510 转载请注明出处ULUA(http://www.ulua.org/index.html)所推荐…
unity3d + PureMVC框架搭建
0、流程:LoginView-SendNotification()---->LoginCommand--Execute()--->调用proxy中的函数操作模型数据--LoginProxy---->接收服务器返回-操作数据-返回通知视图控制器--LoginMediat…