is it possible for a first person character to left click on a helicopter and go ‘into’ the helicopter? similar to minecraft when you right click a boat and you go in the boat. and control the boat.
thx
is it possible for a first person character to left click on a helicopter and go ‘into’ the helicopter? similar to minecraft when you right click a boat and you go in the boat. and control the boat.
thx
What do you mean “the first person camera switches to that object”? That the object becomes the new first person and the camera looks through it (like a surveillance camera)? If so, it depends how you have set up your camera in the first place. For one, you can change the parent of the camera to the target object: cameraObject.transform.parent = target.transform. Depending on what you are doing, you may instead want to have a different camera and temporarily disable the main one and switch the to second one.