Why is Entities 1.2 not appearing in the Package Manager?

I wanted to try it in a test project but the Upgrade button is missing. I also tried updating manifest.json manually. It does get the new version but it breaks other packages. Is it not supported in 2022.3?

1.2 is supported, but we haven’t done the requisite work to make it visible to the package manager upgrade system just yet.

What version did you try hand-editing the manifest.json to, and what broke when you did it?

I used 1.2.0 but it broke the Entities.Graphics.

The general expectation is that you update all the entities-related packages together. Entities, entities graphics, logging, physics, netcode for entities.

1 Like

Spy-Master is correct here. I’d be a little surprised to hear that it selectively upgrading just com.unity.entities doesn’t work, but we don’t really test arbitrary combinations of packages.

I just added the 1.2.0 versions of entities and entities graphics to a fresh 2022.3.20f1 project and it works out of the box.

1 Like

What version of entities graphics did you use?

They said 1.2.0 of both.