I was using b12, no errors. Updated to b13 by installing directly (not using the Hub), now when I open my project I get a bunch of errors:
- C:/ProgramData/Unity/cache/packages/staging-packages.unity.com/com.unity.burst@0.2.1/Editor/BurstReflection.cs(19,67): error CS0246: The type or namespace name `AssembliesType’ could not be found. Are you missing an assembly reference?
- C:/ProgramData/Unity/cache/packages/staging-packages.unity.com/com.unity.collections@0.0.8/Unity.Collections/NativeHashMap.cs(602,14): error CS0246: The type or namespace name `NativeSetThreadIndex’ could not be found. Are you missing an assembly reference?
- C:/ProgramData/Unity/cache/packages/staging-packages.unity.com/com.unity.collections@0.0.8/Unity.Collections/NativeQueue.cs(323,8): error CS0246: The type or namespace name `NativeSetThreadIndex’ could not be found. Are you missing an assembly reference?
etc.
Note that I installed Unity to a different folder than the one named in the errors - I installed it to C:\Program Files\Unity2018, the same folder as b12 was in.