Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Warnings on scene Play
#2
Hi!

This is just Burst being more verbose about what can be Burst-compiled and what cannot. It will make no difference in performance or prevent the project from running, so they can be ignored.

These warnings were added in a recent Burst version, we've already scheduled a fix to remove them in Obi 7. They have to do with Burst not being able to compile generic methods, these will run un-Bursted instead.

Quote:but I didn't find any info in manual and here in the forum what packages versions are suitable to a specific Obi version. Would be very useful to know it

Any Burst version >= 1.3.3 will work with any Obi version. See:
http://obi.virtualmethodstudio.com/manua...kends.html

Quote:Using the Burst backend requires having the following Unity packages installed:

-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
Reply


Messages In This Thread
Warnings on scene Play - by Romahaaa - 17-07-2022, 05:41 AM
RE: Warnings on scene Play - by josemendez - 18-07-2022, 08:24 AM
RE: Warnings on scene Play - by Romahaaa - 19-07-2022, 05:52 AM