Hi everyone. i need your help. i have compressed and decreased resolutions of all image in my game project but it have some freeze frames. in this youtube video, you can see my events: My Events - YouTube i know maybe it is hard to organize because here are a lot of events but if you can please help me and give me some advice to avoid any frame drops in game. Please <3
For some helpful tips on optimizing your code to run as efficiently as possible, check out this video from the Develop YouTube channel. It’s very helpful!
1 Like
Run the game in debug mode, and run the performance profiler. It will indicate where the bottlenecks are occurring.
You’ve already grouped the events, which is a great help in narrowing down the problem area - the profiler breaks the timings down to event group level.
1 Like