Report
s&box: Custom asset types with GameResource — editor-editable data files (weapon defs, item configs)
8f604994-a3ed-4cd7-92f2-55554f129c46
In s&box, custom asset types (data files editable in the editor, like weapon definitions, item configs, level data) are created by inheriting from GameResource. Developers don't know the pattern and try to use JSON files or ScriptableObject-style approaches from Unity.