In this video, we solve a Unity C# challenge where we create a crafting materials database! Learn how to:
Add materials (like wood or dirt) using blank constructors, parameterized constructors, and custom methods.
Transition the script to add materials via the Unity inspector.
Convert the script into an array of crafting materials for inspector assignment.
Timestamps:
0:00 - Challenge Set Up
1:14 - Solution