hey guys!! Is there a tutorial that is dedicated to camera behaviors with scripts? I need to write some scripts for camera controlling. I cant use the Included ones, so any help would be great!!
so no one has an answer?
There’s no camera tutorial because there doesn’t need to be one. A camera is just like any other object. You move it by accessing its transform and you use math to determine where you want it to be at any particular time.
If you ask vague questions you’ll get vague (or no) answers. If you ask how to arc the camera over the player using a sine curve on alternate seconds, you can get help.
Edit: Oh, also, insulting someone in the same breath you ask for their help is generally not an effective tactic, regardless of what South Park says.
Ok, i’ll admit that I was a little rude, but I was trying to get help, and was wondering if there was, I need to figure out some camera controlling stuff. Ive always used the ones that come with unity, so I need to learn
Lol JM, you gotta have some patience ![]()
Try these out:
I have that, a lot of that. I dont know thy i said that.
I need a script that can make a camera work like a traditional RPG camera
Take a look through this post:
http://forum.unity3d.com/threads/16949-WOW-Camera-Movement
This guy managed to mostly replicate the camera in World of Warcraft.
I guess it works fine, not exactly what I wanted, but I guess its better than any other way