First of all, I want to apologize in advance for any English errors that may occur. I am Brazilian and I am using ChatGPT to translate the entire text.
I am programming a 2D game in the style of Vampire Survivors, and I am having some FPS issues. I thought I might be using some unnecessary graphical engines, so I disabled all that I could. After that, using “stat unit,” I discovered that it was a CPU issue. Then, researching more, I was able to use “Unreal Insights” to find out what was using so much of the CPU, and I discovered that it is a problem with “AI Move To.”
I am explaining the whole process because I am not sure if I may have done something wrong or not. Anyway, I don’t know how to replace “AI Move To” and still get the same result. I am not sure if I should change the enemy blueprints from Paper2D to Pawn, and even if I had to do that, I wouldn’t know how.
I want to be able to have a large number of different enemies on the screen, and I don’t want my phone to explode trying to run my game, haha. Anyway, I don’t know what to do. I need help ![]()
Note: I would love any tips on how to improve my game’s performance.
