So I have a simple 2d android game with a player and a maximum of 10 enemy objects. Other objects are static and don't move. Every enemy has a visibilityEnabler to stop physics process.
The weird thing is when one enemy enters the scene the fps drop from 60 to 20 ~ 30.
Nothing complex in the physics process code as shown below
