Unity中开发构建(Android)的用途是什么?

3
在Unity中,开发版本的Android构建有什么用?开发版和Debug.Log之间有什么区别?启用开发版本时似乎我的应用程序启动更快。为什么?开发版本有什么作用?
谢谢。
1个回答

0
我相信在开发构建中,资源和资产不会被打包和压缩,这样它们就可以更快地启动。
文档说:
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控制台以进行调试。


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接