Rider 2023.1 EAP2 Is Here!
Rider 2022.3.2 can more accurately detect serialized fields in your code, as it now supports the [SerializeReference] attribute, in addition to the previously supported [SerializedField] attribute.
Starting with Unity 2022.2, UI Toolkit is the recommended way to write UI extensions for Unity Editor. To support the changes, we’ve added 3 new file templates: Editor Window, Property Drawer, and Custom Editor. They will be used when your project is compatible with Unity 2022.2 or later. The file templates that use the Immediate Mode GUI are still available for previous Unity versions; they have been renamed to have IMGUI in their names.