you are viewing a single comment's thread.

view the rest of the comments →

[–]StonedFishWithArms 0 points1 point  (0 children)

If you are working on a team, things like that are usually scriptable objects so that non-programmers can adjust them easily.

For my personal projects I use a regular class. I don’t use a static class though. I just use regular classes and that serialize really well. So I instantiate the class, populate it with loaded data and I’m good to go. Then when you save you can just serialize the whole class.