WorldTransform and ParentTransform are gone?

Updating from entities 1.0.0-pre44 to entities 1.0.0-pre65 or higher I’m getting lots of the following

The type or namespace name ‘WorldTransform’ could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name ‘ParentTransform’ could not be found (are you missing a using directive or an assembly reference?)

I see no mention of changes to these in the changelog, but they seem to be gone from the package?

Yeah. The old prerelease transform system was extremely flawed. I’ve recreated the spirit of its design (that is, I took all the good parts and removed all the bad parts) in my QVVS transform system. But otherwise, the new system is streamilined to just LocalTransform, Parent, and LocalToWorld.

1 Like