i have a door animations that i exported from maya, as an FBX. in unity when i click on the play button, the door opens. how can i make the door stay closed and than when i walk up to it, the door will open when i click on it. >>>>??? i want to have control over the the door.
Look at triggers and colliders, those will allow you to detect when the player has ‘walked into’ the door (to trigger it to open), or if the user has clicked on the door (again, to trigger it to open).
Start here: Physics