JetBrains Rider 2026.1 Help

Unity

Use this settings page to configure Unity-specific inlay hints.

Assembly definition file guid references

In .asmdef and .asmref files, when a reference is written as an asset GUID instead of a name, this hint shows the resolved assembly definition name after the GUID.

Use the Visibility selector to choose how inlay hints for assembly GUID references should be displayed in the editor: choose Default to apply the general visibility preference from the Editor | Inlay Hints | General page of JetBrains Rider settings , choose Show Always or Never Show to always show or hide hints, or choose Push-to-Hint to hide the hints by default but show them when you press and hold Ctrl.

Assembly definition file package versions

In a .asmdef file’s versionDefines entries, this hint shows the actual package or Unity version for the name field, e.g. (TextMesh Pro: 3.0.6) or (2022.3...).

Use the Visibility selector to choose how inlay hints for assemlby definition file package versions should be displayed in the editor: choose Default to apply the general visibility preference from the Editor | Inlay Hints | General page of JetBrains Rider settings , choose Show Always or Never Show to always show or hide hints, or choose Push-to-Hint to hide the hints by default but show them when you press and hold Ctrl.

Implicit check for Unity object lifetime

In C# code, when a Unity object is compared with null, this hint marks that the comparison is using Unity object lifetime semantics. The analyzer triggers on equality expressions where one side is null and the other is a Unity object.

Use the Visibility selector to choose how inlay hints for implicit Unity object lifetime checks should be displayed in the editor: choose Default to apply the general visibility preference from the Editor | Inlay Hints | General page of JetBrains Rider settings , choose Show Always or Never Show to always show or hide hints, or choose Push-to-Hint to hide the hints by default but show them when you press and hold Ctrl.

31 March 2026