How to stop camera from rotating in 2.5d platformer

Posted by Artem Suchkov on Game Development See other posts from Game Development or by Artem Suchkov
Published on 2013-11-11T23:52:00Z Indexed on 2013/11/12 4:19 UTC
Read the original article Hit count: 322

Filed under:
|
|

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.

© Game Development or respective owner

Related posts about unity

Related posts about camera