MagicTween icon indicating copy to clipboard operation
MagicTween copied to clipboard

Fix compile error when using unity.entities 1.2.x

Open coryleach opened this issue 1 year ago • 0 comments

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.

coryleach avatar Jun 16 '24 02:06 coryleach