Version: 2017.2

EditorUserBuildSettings.webGLUsePreBuiltUnityEngine

매뉴얼로 전환
public static bool webGLUsePreBuiltUnityEngine ;

설명

Use prebuilt JavaScript version of Unity engine.

This option is passed to the emscripten compiler for WebGL builds. If enabled, then only the user script code will be compiled to JavaScript and linked dynamically with a prebuilt Unity engine JavaScript module, which significantly reduces build iteration time. The prebuilt Unity engine module is unstripped and therefore is not suitable for release builds. For that reason this property only has effect on development builds, and is ignored otherwise.