←back to thread

83 points danieltanfh95 | 1 comments | | HN request time: 0.201s | source
Show context
BoorishBears ◴[] No.44372233[source]
It's been a long minute since my Unity days, but I'm pretty sure what OP wanted was ScriptableObjects with a custom Inspector

If you setup asset serialization to use text, the ScriptableObjects map to semi-editable YAML files (semi- editable because there are some internal members that show up, but nothing an LLM couldn't handle)

replies(3): >>44372334 #>>44372700 #>>44373266 #
1. energywut ◴[] No.44372334[source]
Scriptable Objects are exactly what I would use in this case. There's even a whole host of fancy tools to work with them and import/export to csv or other file formats.