Haden2 / Spectrum

A horror game under development
0 stars 0 forks source link

Research/Fix Elevator #67

Closed Haden2 closed 9 years ago

Haden2 commented 9 years ago

The bool for being in the elevator is not set or working. So pressing 1 is just sending the elevator up. Need to research colliders and having multiple colliders on objects. Empty game object maybe?

Haden2 commented 9 years ago

FIxed it. Elevator collider is moved into the elevator, and the small door of the elevator became the front of the door collider. Now elevator can only be activated by being inside it.