Entities 0.50.0-preview.24 errors

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?

Have a look at the first 2 sticky threads: ‘Additionally, this release requires the use of Unity 2020.3.30.’

2 Likes

Huh, interesting, thanks, I haven’t noticed it

Yeah I missed that too. Sadly that means I can’t try out 0.50 as I’d have to downgrade.

1 Like

Does the new package have performance improvements worth an editor downgrade? :open_mouth:

1 Like

Thanks for the information. Is there a way to know the latest Entities version that works with Unity 2021.3.0f1?

Entities 0.51 is should to work with new LTS. But when that will release is anyone’s guess

1 Like