Development Build的作用:
参考帖子:
what is Development build ? - Unity Forum
官方文档引用:
Debug.isDebugBuild为true
Unity - Scripting API: Debug.isDebugBuild
会包含Debug相关的符号,可以使用Profiler(A development build includes debug symbols and enables the Profiler.)
Unity - Scripting API: BuildOptions.Development
还有一个最明显的表现,进入游戏时,如果有Debug输出,会弹出Development Console