Debug VS Release mode

Does any body know if there is speed improvement when building in release mode ? For iOS & Android, I’m thinking maybe the small FPS drops that happen every now and then in my game won’t happen in release mode but I’m not sure ?

Sure check, Release is faster

1 Like

@IzzyJM If you tested it out yourself by building a release version, you would see that there is significantly better performance in release mode. The stats info will still be displayed down the bottom left of the screen in release mode, so you can easily compare the performance to the debug version. To disable the stats display, you need to explicitly disable it in code.

1 Like

Also, usually one optimize the build settings in Release mode. Executable should be smaller (I say should, but I guess not always).

1 Like

i dont know which is better but i must write something :smiley: Debug VS Release mode