Gameplay Footage:
CareFree Promotional Trailer
Processing video...
My Contributions:
Dialogue System
Using the Plugin called Yarn I was able to efficiently create and edit dialogue as a json file.
Check out the code!
Behavior Trees
Using the NodeCanvas plugin I was quickly able to edit behaviors of the NPC's within our game.
Check out the code!
Tutorial
I was responsible for creating the game's tutorial, which included many dialogue checks, UI, item crafts etc.
Check out the code!
Drag and Drop Items
I made a script for dragging and dropping using the IDropHandler Interface, where I divided the slot types into PatientLog and a TreatCanvas.
Check out the code!
Planting
Using the NodeCanvas plugin again I was able to create a system of planting flowers which could also be collected in order to gather ingredients.
Check out the code!
Player Teleporting to multiple locations
I made a script with which the player is able to teleport to multiple rooms across the map while also changing event cameras and UI.
Check out the code!