Hello, i’m pretty new to the whole Unity DOTS thing and am having some issues with trying to use it.
Ive tried creating 4 different fresh projects;
1 Unity 2021.3.2f1 with 3D(URP) template,
1 Unity 2021.3.2f1 with 3D template,
1 Unity 2022.2.0f13 with 3D(URP) template,
1 Unity 2022.2.0f13 with 3D template,
and each time i get the same 5 errors after installing “com.unity.rendering.hybrid” with git URL;
" Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities\DefaultWorld.cs(26,25): error CS0117: ‘JobsUtility’ does not contain a definition for ‘ClearSystemIds’ ",
" Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities\EntityManager.cs(221,29): error CS0117: ‘JobsUtility’ does not contain a definition for ‘PanicFunction’ ",
" Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities\EntityManager.cs(223,29): error CS0117: ‘JobsUtility’ does not contain a definition for ‘PanicFunction’ ",
" Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities\SystemState.cs(416,50): error CS0117: ‘JobsUtility’ does not contain a definition for ‘GetSystemIdCellPtr’ ",
" Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities\SystemDependencySafetyUtility.cs(64,53): error CS0117: ‘JobsUtility’ does not contain a definition for ‘GetSystemIdMappings’ "
Is this a bug, am i doing anything wrong, or is the current state of unity DOTS not supposed to work with the very latest Unity versions?