Posted July 18, 2023 by p_dig_q
I am writing to inform you of the status of the development of the game.
The game has been completed once,
However, certain situations cause significant FPS drops.
Therefore, I will optimize the code and settings.
Specifically
Change all local variables to member variables.
Move all "Instantiation" to Awake functions.
Reduce GC costs.
Replace all heavy processing functions.
Ensure GPU instantiation.
Ensure proper collider on/off.
Reduce mesh colliders.
Reduce real-time lights.
Reduce Update functions.
etc...
See you soon.