Welcome to Unity-Wave-Clear RPG, a group project made in the academic field using Unity and CSharp.
Useful scripts are located in Assets/Scripts/..
This repository has for objective of showcasing what could be achieve with a group of three individuals under a week. Some of the features presented here are obviously not mine and I won't take credit for them. A detail list of the features I worked on will follow.
NOTE : Scripts created by myself can be found here.
NOTE : Empty Scripts were meant to be additionnal features that couldn't be implemented due to the short period of time allowed for this project.
- Assets/Scripts/Inventory/DisplayInventory/base : Inventory UI
- Assets/Scripts/Inventory/ScriptableObjects/Inventory/base : InventoryObject 👉 base class of the inventory scriptableObject
👉 item base class for serialzation can be found here - Assets/Scripts/Inventory/Database : Serialization of scriptableObjects
- Assets/Scripts/Characters/Enemy : Behaviour Tree 👉 can be found under the name BasicEnemyBehaviourTree
NOTE : Serialization function are hold in the InventoryObject.cs available at the following path :
- Nav Mesh System
- A*
- Input System
- AI 👉 using behaviour tree and a finite state machine
- Inventory System 👉 using scriptableObjects
- Serialization (of the inventory)
- Audio Management
- Animation Management
- Level Management / Scene Loading
- AI 👉 using behaviour tree only
- Inventory System (using scriptableObjects)
- Serialization (of the inventory)