Platform: PC
Tools Used: Unity Engine, Adobe Photoshop, Oculus Rift
Time frame: 7 months
Genre: Horror, VR game
Team Size: 5
Github Link: A_Doctors call
A Docters Call
Gameplay Programmer
Overview:
A doctors call is a VR game where you play a medieval doctor who uses all kinds of methods to heal his patients. As a medieval doctor, you have all kinds of tools and potions at your disposal that you can use to make your patient better. You can combine tools and potions to develop new drugs and then test them on your patient. You can explore your doctor's practice for more potions and tools and to discover secret puzzles..
Role Info
Gameplay Programmer:
I created a base class where all patients derived from
I created a Patient Reaction System to easily change the state of the patient according to the experiments done
Created an Interaction system which handled all item effects and crafting rituals
Created a Player Achievement System
Handeld materials and shaders for characters, items, and Particle FX
Handled VR interaction design for the main scene
Patient Reaction System
For the Patient Reaction System I created an interface for the patient called “Ichangeble“, which allows other scripts methods to change the state of the patient on collision using a Switch State.
Collisions are triggerd by using the right items found in the level on the patient.
Each State changes the appearance of the patient in a drastic way and displays the achievement associated with the unlocked state.
Player Achievement System
For the Player Achievement System, I created a generic function that when given all the right parameters will display your achievement on the screen.