nadako / TinkStateSharp

Handle those pesky states, now in C#
https://nadako.github.io/TinkStateSharp/
The Unlicense
40 stars 1 forks source link

Add support for Flax Engine #24

Open nadako opened 8 months ago

nadako commented 8 months ago

Flax Engine looks really nice. It has first-class C# integration, so TinkState# should be easily usable there.

Basically we need to copy-paste the unity batch scheduler implementation and adapt it to Flax API. Initialization is likely to be done via the GamePlugin API, and the update callback is hooked into Scripting.LateUpdate event