Skip to content

sumeyyenurozgenc/Unity3D-TPS-Camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Unity TPS Camera

In this example, there is a cube that you can move with arrow keys and the main camera follow the cube where is going. If you want, you can look 360 degrees from all directions by moving with the mouse. Also you can adjust the distance of the camera from the cube.

Screenshot_4

Screenshot_5

Screenshot_6

Used for real time positioning of the LateUpdate camera. Its most common use is for the camera that follows the character after it moves.

tps

In this code, to move the cube X and Z axis that left and right movements.

MoveXZAxis

About

This project about TPS(Third Person Shooter) Camera. It generally uses to follow the character after it moves. This project was done with C# and Unity3D.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages