Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Scriptable camera type won't work properly?

Asked by 7 years ago

I'm making a camera animation script that does stuff when you jump and land etc But whenever you change camera type to scriptable it won't focus on anything, or you can't change CameraSubject, so it just stays there fixed in one position. How would you do this?

0
Have you also changed, well, the camera's subject, or focus? shayner32 478 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

Camera's subject is what the camera is attached to. (Normaly the player's head) Camera's focus is what the camera is looking at. (Normaly the player's head too) Scriptable type is like if you had a anchored camera. Cannot move.

If you need the camera to stay in a position and always look to the player, try the Watch type.

Tell me what you actually need.

0
I'm trying to make a camera animation for jumping/landing. Exanimatedn9dean 37 — 7y
0
And what does your camera need to do? maquilaque 136 — 7y
Ad

Answer this question