Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] Burst backend warning despite having dependencies
#3
(30-07-2023, 09:23 AM)josemendez Wrote: Hi!

The jobs package doesn’t show up in your package manager. Make sure you’ve installed it by clicking the + sign at the top of the PM window, selecting “add package from git url” and typing “com.unity.jobs” (see http://obi.virtualmethodstudio.com/manua...kends.html ) After doing this, it should appear in the package manager and the Burst warning should go away.

let me know if I can be of further help,

kind regards
Ok I get why the error wasn't going away even with jobs imported, there was an error on this line
Code:
                for (int i = 0; i < contents.length; ++i)

It is supposed to be contents.Length, it was causing a compiler error.
Reply


Messages In This Thread
RE: Burst backend warning despite having dependencies - by 7Dev.io - 02-08-2023, 12:29 AM