RevenantX / LiteEntitySystem

Pure C# HighLevel API for multiplayer games
Apache License 2.0
205 stars 25 forks source link

Add AOT support #21

Open MingHuiLiu opened 9 months ago

MingHuiLiu commented 9 months ago

Add AOT support

RevenantX commented 1 month ago

AOT support currently will require rewriting almost everything to SourceGenerators. This is a lot of work and time for feature that doesn't add much currently and in some places it works slower. IL2CPP supported for Unity.