at inside game code "SimpleInfoScreen"
can you replace the Update() command for something else like the ISim200ms or ISim100ms
there will be huge Performance increase for that specific Menu if you todo that.
or slow down the update command self with Time.deltaTime
example you can get here
https://docs.unity3d.com/ScriptReference/MonoBehaviour.Update.html
that would be probaply even better
Steps to Reproduce
SimpleInfoScreen.cs
-
1
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now