Problemunvalidated
developers don't know the pattern — custom asset types (data files editable in the editor, like weapon definitions, item configs, level data). Tension: try to use JSON files or ScriptableObject-style approaches from Unity. Outcome: created by inheriting from GameResource.
40d1c1eb-065a-4930-9102-60aad54c755a
developers don't know the pattern — custom asset types (data files editable in the editor, like weapon definitions, item configs, level data). Tension: try to use JSON files or ScriptableObject-style approaches from Unity. Outcome: created by inheriting from GameResource.