Hi,
I think I have a small optimization issue. I work on a very simple prototype: it is a town where zombies are hunting down civilians. I have a quite simple pathfinding and pursuit system but it does not work as well as it should.
I have 2 problems :
1- From 200 zombies on the map, the FPS is falling dramatically, first to 30-40 FPS, and the below 30 FPS. Can anybody tell me what is the reason ? (obviously it comes from the ZombieIA sheet)
2- The game will always freeze before 2 minutes et I can't see why (debug seem to be ok, although I am not an expert).
Can anybody give me some hints about what is wrong in my script ?
The capx is here : dropbox.com/s/v8jtuj0aozdztt2/ProjectZombie_Debug.capx
(if plugin is required, I use Rex's plugins : c2rexplugins.weebly.com/)
And you just have to launch TacticalMap and click on the Start Game button on the left.
Thank you ! I don't know much about optimization, but eager to learn ;)