NWH Vehicle Physics 2 Documentation
Docs ยป NWH:Common:Cameras:CameraChanger

Camera Changer

CameraChanger inspector.
  • CameraChanger iterates over all the Cameras in the VehicleCameras list and makes sure that only one camera is active at one time.
  • It can work with any camera script, not only the ones included with the asset.** This includes e.g. Cinemachine cameras.
Setup
  • Attach CameraChanger component to the Cameras object. This should be an empty object that is a child of vehicle root.
  • Tick Auto Find Cameras or manually assign cameras to the Vehicle Cameras list. If Auto Find Cameras is enabled it is important that all the cameras are placed as children of the object containing CameraChanger script or otherwise they will not be auto-detected.
  • Cameras can be changed by pressing C (default value). Check Input Setup for more info.
Example CameraChanger setup.
Previous Next

NWH Vehicle Physics 2 Documentation

Table of Contents

  • About
  • Setup
  • Input
  • Vehicle Controller
  • Wheel Controller
  • NWH Common Scripts
  • Trailers
  • GUI
  • Multiplayer
  • Render Pipelines
  • Add-ons
  • FAQ
  • Troubleshooting
  • Demos
  • Changelog
  • Upgrade Notes
  • Support