Unity Issue Tracker - "Non-invocable member cannot be used like a method" 2D Animation package error when the Entities package is installed
Closed
ECSB-124
"Non-invocable member cannot be used like a method" 2D Animation package error when the Entities package is installed
Package: Entity Component System (ECS)
Won't Fix
1.0.X
This was fixed in : 2022.2.14f1
Reproduction steps:
1. Open the “2DAnimationBug“ project
2. Observe the Console
Expected result: no errors
Actual result: “Library/PackageCache/com.unity.2d.animation@9.0.1/Runtime/TransformAccessJob.cs(165,62): error CS1955: Non-invocable member 'NativeHashMap<int, TransformAccessJob.TransformData>.Count' cannot be used like a method.” error
Note: 2023.1 has an additional “Library/PackageCache/com.unity.2d.animation@10.0.0-pre.1/Runtime/MeshUtilities.cs(36,59): error CS1955: Non-invocable member ‘UnsafeHashMap<int, int3>.Count' cannot be used like a method.” error
Prioritise and Follow this issue
Have a workaround or additional info about this issue?