Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Backends missing?
#4
Seems that in Unity 2020.1 and up, Mathematics and Collections are no longer visible in the package manager. Source:
https://forum.unity.com/threads/visibili...-1.910880/

<sarcasm on>One of these fun things Unity does to make our lives easier Guiño.<sarcasm off>

Shouldn't really matter, since Burst depends on Mathematics, and Jobs depends on Collections. Obi uses Unity's assembly definitions to ask if the packages are installed, and which version. So if you've installed both Burst 1.3.3 or above and Jobs 0.2.9 or above as per the manual:

http://obi.virtualmethodstudio.com/tutor...kends.html
Quote:Burst 1.3.3 or newer
Collections 0.8.0-preview 5 or newer
Mathematics 1.0.1 or newer
Jobs 0.2.9-preview.15 or newer

the warning should be gone.

Once you install Burst, its pulls Mathematics too:
[Image: ty5ZcRM.png]

Collections is installed alongside Jobs:
[Image: KBW30p9.png]

Installing both makes the warning go away:
[Image: K546KnI.png]

Let me know if you still have trouble with it Sonrisa. cheers!
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