Unity

How can I design a potion of strength crafting system for my fantasy role-playing game?

Designing a Potion of Strength Crafting System in Unity Core Mechanics To design a robust potion of strength crafting system, you need to implement a few fundamental components: Ingredient Identification: Each ingredient should have attributes such as rarity, potency, and elemental properties. Use ScriptableObjects in Unity to store these attributes […]

Games categories