crazytuzi / UnrealCSharp

UnrealCSharp, based on .NET 8 (Mono), is a C# programming plugin for UE.
https://unrealcsharp.github.io/
MIT License
460 stars 71 forks source link

support for .NET 8 and 9 prev #344

Closed sekkit closed 3 months ago

sekkit commented 5 months ago

as the title indicates, to enable AOT

crazytuzi commented 5 months ago

Supporting AOT is not the most urgent thing now. If you embed the coreclr runtime in the future, you may consider supporting the NativeAot runtime.

ram16g commented 4 months ago

.NET 7 will reach End of Support on May 14, 2024

crazytuzi commented 3 months ago

I have submitted support for .NET 8.0.5 and also written an article on how to compile Mono for multiple platforms.