Hi,
I’m currently working on a simple game that uses one scene split up into multiple small prefab “scenes” which get activated and de-activated at runtime depending on the game situation. I did this to try to keep loading times to a minimum and figured it would be fine since my game is very simple in terms of the number of assets and the complexity of interactions.
To make a long story short, in 4.2 this was working great, but since the update to 4.3 my framerate has dropped significantly, making the game unplayable. To make matters more confusing, this seems to only happen on some devices (specifically in this case on my Samsung Galaxy S4). I’ve also been testing it on my 1st gen Nexus 7 which does not have this framerate drop.
I managed to get the framerate back up by setting the player to half-sized textures, but no other settings seem to affect it.
Has anyone else seen anything similar to this?
Thanks in advance!
Edit: Fixed in 4.31!