Door and Button MVP Progress
Julia Oliver Gam 3352 30th August 2021 MVP 01: Button (or door) Since I had previous experience opening doors in UE4 writing the code for the door to open went very smoothly. The elevator I also created went very smoothly because it worked off of a similar set of code. The button however, was a bit harder. In the end I did get the button to be interactable and open the "door", however it jumps to the center of the door when you first press it and then you have to press it again for it to open the door. For a later MVP assignment I will work on smoothing out the button's functionality and transforming it into a more complex pin-pad. I feel as though I have become a master of setting up timelines and lerps and can get a functional door running very quickly, which I am very proud of. Last semester I struggled with understanding lerps, but now (with some more practice over the summer) I am much more confident in this skill and was even able to help a few other students g...