美文网首页
Unity脚本编译顺序

Unity脚本编译顺序

作者: 晓龙酱 | 来源:发表于2017-09-15 20:30 被阅读4次

The phases of compilation are as follows:

  1. Runtime scripts in folders called Standard Assets, Pro Standard Assets, Plugins.

  2. Editor scripts in folders called Editor that are anywhere inside top-level folders called Standard Assets, Pro Standard Assets and Plugins.

  3. All other scripts that are not inside a folder called Editor.

  4. All remaining scripts
    (those that are inside a folder called Editor).

https://docs.unity3d.com/Manual/ScriptCompileOrderFolders.html

相关文章

网友评论

      本文标题:Unity脚本编译顺序

      本文链接:https://www.haomeiwen.com/subject/hweesxtx.html