You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program causes constant system load even when it is running in the background, which is a waste of system resources (there is a significant GPU load when running the program). In "WelcomeGui.cs", "Application.runInBackground" can be set to "false" to change this so that it doesn't update when running in the background.
The text was updated successfully, but these errors were encountered:
The program causes constant system load even when it is running in the background, which is a waste of system resources (there is a significant GPU load when running the program). In "WelcomeGui.cs", "Application.runInBackground" can be set to "false" to change this so that it doesn't update when running in the background.
The text was updated successfully, but these errors were encountered: