LSBUGPG / UnityLibrary

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

Camera switch #102

Closed charliedadams closed 7 years ago

charliedadams commented 7 years ago

the camera switch code switches the camera from the main camera to the battle camera when the player touches the enemy.

MurrayIllman commented 7 years ago

Two Stars: I like how you've not just had it load a new scene, essentially making a new scene in the same scene eliminating a load screen. I also like the mechanic itself. Wish: Maybe some kind of transition would be nice to see.