Data-Driven Design¶
What You Will Learn
By the end of this guide you will be able to:
- Spot tuning data that's trapped in code, and explain what it costs the team
- Move it into serialized fields and ScriptableObjects, and know when each one fits
- Use the Type Object pattern so new content means a new asset, not a new script
- Make behavior data-driven without an ever-growing
switchstatement - Avoid the classic ScriptableObject traps (and know when not to bother at all)
Difficulty: Intermediate ยท Time: ~45 minutes
To be released!