Unity Miscellaneous - fancyfsz/FancyWiki GitHub Wiki
这里是Unity使用的杂项记载
一些乱七八糟的技法
- 问题:Unity Editor点击Run之后 Console有报错
UnityEditor.ConsoleWindow.MakeSureConsoleAlwaysOnlyOne
答:https://discussions.unity.com/t/editor-error-after-update/725049 I solved it today by changing the Editor Layout to default, and then customizing it again. Apparently there was a second Console Window hidden somewhere. 原因简单来说就是有不止一个console window被打开,如果找不到的话,不妨试一下切换Unity Editor Layout。