Revolutionary-Games / Thrive

The main repository for the development of the evolution game Thrive.
https://revolutionarygamesstudio.com/
Other
2.84k stars 504 forks source link

Investigate enabling AOT compilation #2044

Open hhyyrylainen opened 3 years ago

hhyyrylainen commented 3 years ago

It might improve the load time / how long the game needs to warm up before maximum performance of C# code.

hhyyrylainen commented 5 months ago

With Godot 4 this should be about as simple as enabling a single flag. Just need to investigate the performance and compatibility aspect of this.