Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError compiling fresh import #166
Comments
|
I currently also have this problem. did you find a solution? |
|
Likely not relevant anymore, this doesn't seem to happen with current versions, closing. |
After importing Entities (v1.1.1) into unity through the package manager, the console was being repeatedly logged with the following errors:
Library\PackageCache\com.unity.burst@1.1.2\Runtime\BurstCompiler.cs(50,83): error CS0117: 'BurstCompilerService' does not contain a definition for 'GetCurrentExecutionMode'Library\PackageCache\com.unity.burst@1.1.2\Runtime\BurstCompiler.cs(42,49): error CS0117: 'BurstCompilerService' does not contain a definition for 'SetCurrentExecutionMode'