MagicTween
MagicTween copied to clipboard
Fix compile error when using unity.entities 1.2.x
The SystemAPI.ManagedAPI.GetComponentTypeHandle appears to have a bug in 1.2.x which causes an error when compiling. Replaced with EntityManager.GetComponentTypeHandle which does not have this bug.
Ran tests with both unity.entities 1.0.14 and 1.2.3 in Unity 2022.3.7f and 2023.3.19f and all passed.