Slow Framerate issue?

Hello

I have a framerate issue. i have many actors in one scene and it slows down my game. I need all my actors in the scene, is there a way to maintain a the regular framerate with all my actors?

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Make sure your code is efficient.

  • reginald.bernardinreginald.bernardin Member Posts: 346

    What code?

  • HopscotchHopscotch Member, PRO Posts: 2,782

    @reginald.bernardin‌ what is "many actors"? 200-300 actors with clean code is no problem.

    You need to go through your code/behaviours/rules and make sure that they don't contradict each other.

    Main thing would be to check that rules do not get triggered repeatedly. Put "Log Debugging Statement"s into your rules and trace if they only fire when expected.

  • UtopianGamesUtopianGames Member Posts: 5,692

    Have you got lots of actors which can have movable turned off? Basically if it doesn't move uncheck movable (it's on by default).

    Have you tried reducing the size of your images and music?

    Darren.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    @reginald.bernardin said:
    What code?

    Shaking my head. :o

Sign In or Register to comment.