Hi all.
I’ve spent now two days of trying to fix this but to no avail. I’m working in Unity 2023.1.0b17 (but I also updated to 2023.1.2f1 and have the same, if not even more problems with packages) and while my second workstation has no problems at all, my main WS gets compilation error in the burst package all the time:
Library\PackageCache\com.unity.burst@1.8.4\Runtime\BurstString.Float.cs(1442,21): error CS0103: The name 'Unsafe' does not exist in the current context
Library\PackageCache\com.unity.burst@1.8.4\Runtime\BurstString.Float.cs(1469,21): error CS0103: The name 'Unsafe' does not exist in the current context
Library\PackageCache\com.unity.burst@1.8.4\Runtime\BurstString.Float.cs(1594,17): error CS0103: The name 'Unsafe' does not exist in the current context
Library\PackageCache\com.unity.burst@1.8.4\Runtime\BurstString.Float.cs(1651,17): error CS0103: The name 'Unsafe' does not exist in the current context```
Unfortunately I can't figure out what to do. I can't update easily, but even when I did it didn't fix anything, so there must be something else which is missing on my end.
Does anybody have clue what could potentially going on here? Appreciate any help!