Harvest Grove is a Unity farming game prototype focused on planting, growing, and managing crops in a small 2D farm environment.
The project demonstrates core farming-game mechanics in Unity, including crop plots, plant items, store logic, plant data objects, and an isometric-style visual setup.
- Planting system
- Crop plot interaction
- Plant item data
- Store manager logic
- Isometric object sorting
- Unity prefab-based structure
- 2D farming-game visual style
- Unity
- C#
- 2D Game Development
- Unity Prefabs
- Scriptable Objects
- TextMesh Pro
ext Assets/ Packages/ ProjectSettings/
- Clone this repository.
- Open the project folder in Unity Hub.
- Use the Unity version listed in ProjectSettings/ProjectVersion.txt if possible.
- Open a scene from Assets/.
- Press Play in the Unity Editor.
This project focuses on Unity gameplay systems, project structure, and basic farming-game mechanics.