colyseus / colyseus-unity-sdk

⚔ Colyseus Multiplayer SDK for Unity
https://docs.colyseus.io/getting-started/unity-sdk/
MIT License
371 stars 100 forks source link

fix constructor lookup for AOT runtime #210

Closed deniszykov closed 1 year ago

deniszykov commented 1 year ago

This is fix for 'unable to find default constructor to type 'X' for AOT runtimes like iOS, WebGL etc.

endel commented 1 year ago

Thank you so much for the fix and your time to make a PR here @deniszykov, really appreciate it! ❤️