Posted September 05, 2024 by jbgamedevelopment
Hello people,
I have uploaded a new version of Bunker Farmer that contains a much needed optimisation update.
The single large land tiles that the player can plant crops on are made up of many individual squares smaller tiles. These individual squares are fine when there is only one larger land tile on screen. However when the player expanded the farm and bought more land there was a drastic decrease in FPS.
I have resolved this issue by by making a much needed component on each individual square tile only become available when needed by other components trying to access it. Therefore decreasing the amount of memory being used by each larger land tile and increasing and stabilising the FPS :)
Have a nice day!
JB.