How to stop camera from rotating in 2.5d platformer
- by Artem Suchkov
I'm stuck with a problem: I can not make my camera stop rotating after character.
What I already have tried: using empty game object with rigid body and locked rotation and make it parent of camera, while player being the parent of object.
Also, I've tried using few scripts from web, that did not help.
Right now I'm bad with using JS in Unity (can handle JS on website, but I dont know how to integrate it for now) and practicing the basics, making easy 2.5d platformer with basic features, so I can not write code for now.