This is a fresh project with a reinstalled unity and creator compaion. Yet I get this.
Error: Could not load signature of VRC.Dynamics.MathUtil:DistancePointToPlane due to: Could not load file or assembly ‘Unity.Mathematics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. assembly:Unity.Mathematics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null type: member:(null) signature:
I didn’t find a good dependency checker so I looked at the json files manually to see how/why mathematics is involved.
{PROJECT}\Packages\packages-lock.json mentions burst, so the SDK itself is asking for burst [email protected]/package.json asks for com.unity.mathematics 1.2.1 [email protected] is what I have in {PROJECT}\Library\PackageCache
What version of com.unity.mathematics is in the Library\PackageCache?