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
com.unit[email protected]/package.json asks for com.unity.mathematics 1.2.1
com.unity.ma[email protected] is what I have in {PROJECT}\Library\PackageCache
What version of com.unity.mathematics is in the Library\PackageCache?
No worries for walking away, the problem you’re having seems to defy logic, my newest project is 10 days old and has mathematics 1.2.5, and 1.2.6 is over a year old, well 2022 date.
Today I even managed to break mathematics import by installing shader graph…