GRF01
Graph ScriptableObject asset not found. The runtime tried to load a graph asset by name or reference and got backnull.
Common causes
- The asset was renamed, moved, or deleted after the reference was serialized.
- A
Resources.Loadcall uses a path that no longer matches the asset location. - The asset lives in a build-excluded folder (e.g.
Editor/) and is unavailable at runtime.