19-07-2022, 03:23 PM
(This post was last modified: 19-07-2022, 03:24 PM by josemendez.)
It's definitely falling back to the dlls. The warning in the solver component only appears when the required packages are not installed, this is checked using version defines on the assembly definitions.
Make sure you've installed all required packages (not just the Burst package), and that their versions are above the minimum ones. See the manual:
http://obi.virtualmethodstudio.com/manua...html#burst
Make sure you've installed all required packages (not just the Burst package), and that their versions are above the minimum ones. See the manual:
http://obi.virtualmethodstudio.com/manua...html#burst
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