WindowsVista42 / UNT_4430_Project

1 stars 0 forks source link

WHITEBOX - opening a door #8

Closed TiceShark closed 2 years ago

WindowsVista42 commented 2 years ago

Provide a way for the player to open a door. Preferably, the player can click on the door then the door will change to an open position and the player can walk through. Don't worry about animations for now, just get the door to change to an open position.

We are working in a first-person environment, so a possible good starting point is using the first-person example project that Unreal Engine provides and working from there.

TiceShark commented 2 years ago

Modified door based on UE4.27 Tutorial Documentation Current interaction is automatic fast open when in proximity, and slow close when stepping away from door.

Animation is slightly buggy; door will need to be replaced with actual model.