Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Backends missing?
#5
Thank you, Jose. That's what it was. Collections wasn't shown in the Unity Registry. Jobs isn't shown either, for some reason. I added Collections via a git URL, and now the warning on the Obi Solver has gone away.  

All 3 packages can actually be install by simply installing Collections, since Collections depends on Burst and Burst depends on Mathematics.

For anyone wondering, to install Collections, perform the following steps:
  1. Press the + button at the top-left corner of the Package Manager tab
  2. Select "Add package from git URL"
  3. Enter "com.unity.collections"
  4. Press "Add"
  5. Wait for it to install
[Image: oLoMUsU.png]

[Image: W7qTN5E.png]

https://docs.unity3d.com/2018.4/Document...tions.html

Thanks again!
Reply


Messages In This Thread
Backends missing? - by blanknot - 01-05-2021, 04:36 PM
RE: Backends missing? - by josemendez - 01-05-2021, 08:29 PM
RE: Backends missing? - by blanknot - 03-05-2021, 03:36 AM
RE: Backends missing? - by josemendez - 03-05-2021, 10:01 AM
RE: Backends missing? - by blanknot - 03-05-2021, 07:38 PM