月度归档: 2024 年 2 月

1 篇文章

让Unity在后台允许
我们在Unity启动执行的时候,当鼠标点击非Game视图的界面时,Unity会自动暂停画面 可以通过代码使得Unity可以后台运行 代码如下,只需要在Start中执行一次即可 Application.runInBackground=true; 也可以通过Unity的编辑器中开启:Edit -> Project Setting