I’ve tried updating my project to 2022, but ran into the same problem as the first thread. I think I may just be misinterpreting something, so I’m really sorry if this is an obvious answer and I’m just totally overlooking or misreading something.
The Hybrid Renderer package was renamed to the Entity Graphics package. You can use the Entity Graphics package in unity 2022. Package can be found here: Entities Graphics | Entities Graphics | 1.0.16
The Entities packages have specific editor version requirements to function properly. If you want to use Unity 2022, as of now, you’ll need to use the beta version 2022.2.0b8 or later - that will allow you to use the Entities Graphics package. Just be aware that the Entities Graphics package has a dependency on Experimental Entities 1.0.
In short, if you want to use 2022, you’ll need to upgrade your project to ECS 1.0 which may or may not be very involved depending on the scope of your project and how you set things up. Hope that helps clear things up!