Cooking System
Cooking System
A Cooking System is a Unity Package for developers to prototype cooking mechanics.
Users can generate their own ingredients and recipes through the by creating Scriptable Objects.
Users will create recipes and include lists of required ingredients. Each ingredient has a cooking method variable for how it should be prepared (p.e raw, cooked or fried).
This package was used in developing Intergalactic RV: Anglo-Saxon Edition.
As I keep developing this package, I want to:
change how recipe objects are displayed in the unity inspector to improve readibility,
refactor recipe database search to use an appropriate search algorithmn.