So I’ve installed Entities 0.50.0-preview.24 in Unity 2021.2.16f1 and I get errors in console related to this package. Eg.,
Library\PackageCache\com.unity.entities@0.50.0-preview.24\Unity.Entities.Editor\Unity.InternalAPIEditorBridge.002\ProfilerModules\MemoryProfilerModuleBridge.cs(92,32): error CS0507: 'MemoryProfilerModuleBridge.defaultOrderIndex': cannot change access modifiers when overriding 'private protected' inherited member 'ProfilerModule.defaultOrderIndex'
Library\PackageCache\com.unity.entities@0.50.0-preview.24\Unity.Entities.Editor\Unity.InternalAPIEditorBridge.002\ProfilerModules\MemoryProfilerModuleBridge.cs(94,54): error CS0115: 'MemoryProfilerModuleBridge.DetailsViewController': no suitable method found to override
Library\PackageCache\com.unity.entities@0.50.0-preview.24\Unity.Entities.Editor\Unity.InternalAPIEditorBridge.002\ProfilerModules\MemoryProfilerModuleBridge.cs(110,30): error CS0507: 'MemoryProfilerModuleBridge.Update()': cannot change access modifiers when overriding 'internal' inherited member 'ProfilerModule.Update()'
I’ve tried to delete entities and job packages in PackageCache but it did not help.
Restarting editor also did not help.
Removing it in Package Manager and then installing it again via Add package from git URL… com.unity.entities also did not helped.
Any ideas?