Unity Programming Examples

 

Description

Script

Demo

Camera with Collisions – A simple Smooth follow camera with tagged wall collision check. Attach the script to your camera object. SmoothFollow
Character controller movement relative to the camera view. Attach the script to your player character. CamRelController
Exit Game – Script to exit from your game, simply attach the script to a GameObject press Esc (PC keyboard) the application will exit to desktop. ExitGame
A simple example to demonstrate the follow camera script and the camera relative controller Camera_Demo

Comments are closed