【Unity】通过代码控制编译器的暂停

暂停编译器

EditorApplication.isPaused =true;

结束编译器

EditorApplication.isPlaying = false;

猜你喜欢

转载自blog.csdn.net/ainklg/article/details/130450213
今日推荐