unity-csharp-navigate
Installation
SKILL.md
Unity C# Navigate
Navigate and search C# source via unity-cli local tools. This is the read-only sibling of unity-csharp-edit; hand off as soon as the request implies a write.
Use When
- The user wants to inspect a script or understand existing C# behavior.
- The user asks where a symbol is defined or referenced.
- The user wants to search packages or source trees before making a change.
Do Not Use When
- The user wants to modify code or create new C# files; use
unity-csharp-edit. - The task depends on Unity scene state rather than source; use
unity-scene-inspect.