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
Currently, the scene explorer performs reflection each frame on-the-fly.
Since reflection is slow, it causes the overall performance of the game to drastically decrease when the scene explorer is visible. Furthermore, the scene explorer itself might become less responsible.
Instead of performing the reflection each frame anew, the state should be cached and only the values should be updated each frame.
The text was updated successfully, but these errors were encountered:
Currently, the scene explorer performs reflection each frame on-the-fly.
Since reflection is slow, it causes the overall performance of the game to drastically decrease when the scene explorer is visible. Furthermore, the scene explorer itself might become less responsible.
Instead of performing the reflection each frame anew, the state should be cached and only the values should be updated each frame.
The text was updated successfully, but these errors were encountered: