18-07-2022, 08:24 AM
(This post was last modified: 18-07-2022, 08:28 AM by josemendez.)
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.
Any Burst version >= 1.3.3 will work with any Obi version. See:
http://obi.virtualmethodstudio.com/manua...kends.html
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