Heya, I just completed the update of my game from 0.16 to 0.17, and I've got most of it working again. The game compiles now, however my server seems to struggle loading the map due to Transform apparently not being registered.
I see in the migration guide that automatic type registration was added, but this is not something I use in my code.
The TransformPlugin is added, so doubt that's the issue here.
Unsure what code to send here as it worked perfectly fine on 0.16 but during the migration to 0.17 it's broken.