Graph runtime errors come from the graph and YAML runtime layer when a required asset is missing or unreachable at play time.Documentation Index
Fetch the complete documentation index at: https://docs.kodeflowstudios.com/llms.txt
Use this file to discover all available pages before exploring further.
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.