在android中统一开发构建有什么用?和开发构建和Debug.Log有什么区别?而且似乎当我启用开发构建时,我的应用程序似乎开始更快。为什么?开发构建有什么作用?
谢谢。
答案 0 :(得分:1)
我相信开发构建资源和资产没有打包和压缩,所以它们会更快启动。
文档说:
A development build includes debug symbols and enablesthe Profiler.
Note that a development build of a webplayer means that the unity3d file created
is not LZMA compressed.
Debug.Log用于将语句打印到Unity控制台以进行调试。