Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  DllNotFoundException after migrating 2020 Win to 2021 Mac
#7
(12-11-2021, 09:36 AM)josemendez Wrote: They're preview packages, you need to enable preview packages in the editor:
https://docs.unity3d.com/Manual/pack-preview.html


Once you've got the right package dependencies installed, the ObiSolver component will no longer show up any warnings when you select Burst as your backend, and the DllNotFound exception will go away.

I couldn't see the packages even after enabling pre-release packages but I could install them by name. So they are installed now and Jobs has version 0.11.0-preview.6 and Collections 1.0.0-pre.6.

Now I get this error:

Assets/Obi/Scripts/Common/Backends/Burst/DataStructures/Queries/BurstContact.cs(7,19): error CS0101: The namespace 'Obi' already contains a definition for 'BurstContact'

And it makes sense when I check the folder structure. There is a struct BurstContact under .../DataStructure/BurstContact.cs and .../DataStructure/Queries/BurstContact.cs. I have no idea how I did mess up this.
Reply


Messages In This Thread
RE: DllNotFoundException after migrating 2020 Win to 2021 Mac - by fishing-rod - 13-11-2021, 09:27 AM