Camera Angle Rotation
Camera Angle Rotation
I'm having a problem with the camera angle.
Here's the angle I've set up, with the Rotation When I use the
Camera(NPC,protester-cursor-emoji,3); All this leads to, I can't see the object because Rotation is the position of my departure cursor, I read the documentation, this shouldn't be happening, the Rotation of the cursor should be replaced by the camera angle!
Here's the angle I've set up, with the Rotation When I use the
Camera(NPC,protester-cursor-emoji,3); All this leads to, I can't see the object because Rotation is the position of my departure cursor, I read the documentation, this shouldn't be happening, the Rotation of the cursor should be replaced by the camera angle!
Re: Camera Angle Rotation
Hi,
Is NPC a GameObject in the scene or a child of the camera angles GameObject that is assigned to the Dialogue Manager's Camera & Cutscene Settings > Camera Angles?
What is protester-cursor-emoji?
Is NPC a GameObject in the scene or a child of the camera angles GameObject that is assigned to the Dialogue Manager's Camera & Cutscene Settings > Camera Angles?
What is protester-cursor-emoji?
Re: Camera Angle Rotation
NPC is Camera Angles
protester-cursor-emoji is GameObject in the scene
protester-cursor-emoji is GameObject in the scene
Re: Camera Angle Rotation
a short video to explain
Re: Camera Angle Rotation
If NPC is a child of your Camera Angles, then it is relative to Camera Angles.
Camera(NPC,protester-cursor-emoji,3);
will move the camera to a position that matches the position of protestor-cursor-emoji but is rotated 5.67 degrees around the Y-axis and offset in position by (-10.84, 2.071953, 46.55806).
(See the example picture here.)
Camera(NPC,protester-cursor-emoji,3);
will move the camera to a position that matches the position of protestor-cursor-emoji but is rotated 5.67 degrees around the Y-axis and offset in position by (-10.84, 2.071953, 46.55806).
(See the example picture here.)
Re: Camera Angle Rotation
As shown in the video above, the final shot is transient because it contains 5.67 degrees around the Y-axis. Is there any good way can get the Camera Angle without getting the Rotation position of the Current camera?
Re: Camera Angle Rotation
Let's take a step back. What do you want to accomplish?
Re: Camera Angle Rotation
I want to use the camera to see specific objects at specific locations in the scene in dialogue.
Re: Camera Angle Rotation
Move the NPC GameObject out of your Camera Angles prefab. Put it in the scene as an empty GameObject. (You can keep the Camera component on it to check how it looks while designing, but disable the Camera component before playing.) Make sure it's exactly where you want the camera to end up, including position and rotation. Then use this sequencer command:
Code: Select all
Camera(NPC,,3)
Re: Camera Angle Rotation
Thank you for your patience, but as just now, the final position with Rotation position of the Current camera.
after Camera(NPC-emoji,,3)
Rotation still there.
after Camera(NPC-emoji,,3)
Rotation still there.