LSBUGPG / UnityLibrary

A library of useful Unity components and test scenes
GNU General Public License v3.0
0 stars 0 forks source link

Camera Controller #115

Closed JC2602 closed 7 years ago

JC2602 commented 7 years ago

Has the main camera follow the player character Finds the player X and Y values and then raises itself above the character to give a top-down perspective Can be adjusted to give more third-person view if wanted

MurrayIllman commented 7 years ago

Two Stars: I like how the camera follows the player and the method by which it does that Wish: It's very basic and not very versatile. Probably can't be reused for anything more advanced.