Move Player out of trigger
Is i possible to make the Player move outside the trigger(box collider) when activating an 'action', (keypress, mouseclick etc)?
I have a door, and when Player enter the trigger, keypress is available. If key is pressed animation for the door starts. But more than not the Player is in the way and gets pushed back, to the side, pressed to the wall behind the door or just lag through it, and so on.
Therefore I thought that if when key is pressed, and before animation starts, the Player steps out of the trigger, and the door will open without collision with the Player.
Ideas?
Your answer
Follow this Question
Related Questions
How to make 2 different actions for the same input? 2 Answers
(Newbie's First Project) Object doesn't stop moving until long after I let go of the button 1 Answer
Regarding transform.position in the roll a ball tutorial 0 Answers
How To Move My Player With Sin And Cos Functions 1 Answer
How can I remove movement or camera rotation in one direction with a trigger 0 Answers