查看日志
1. 打开日志方法
在Lua脚本中:
_G_Director:SetLogEnable(true/false)
iOS中:
[self.engine setLogEnable:YES/NO];
android中:
mController.getEngine().getDirector().getLogger().setLogEnable(true/false);
2. 查看日志方法:
2.1. MagicCubeEditor中:
有时我们可能找不到"Lua日志"窗口, 需要设置显示"Lua日志"窗口.
在MagicCube中可以过滤Error, Print和全部
2.2. 安卓在android studio 中:
2.3. iOS在XCode 中: