Skip to main content

All Questions

0 votes
0 answers
35 views

Unity HDRP Additional Camera Affecting Scene Lighting and Colors Issue with Volume Mask (Unity 2022.3.36f1)

I'm encountering an issue with an additional camera affecting the lighting and colors of my scene in Unity 2022.3.36f1 using HDRP. I've imported an HDRP sample scene and added a new camera ...
yuni's user avatar
  • 1
0 votes
0 answers
13 views

Unity Integrated with Flutter App Closes When Switching Between Cameras on Android

I have an Android app integrated between Unity and Flutter. This app accesses the Android camera without issues, but recently I added the ability to switch between the front and rear cameras in the ...
adrianuspax's user avatar
0 votes
0 answers
17 views

Unity, Camera movement Tilt

Trying to add a camera tilt while moving. Found this code in forums posted by "bididon0" yet in my particular case, I assume, it only works partially. As long as I do not rotate my player ...
Elixthenese's user avatar
2 votes
1 answer
30 views

How to move a 3d object to the top left corner of the screen in Unity?

I need to align the top left of a gameObject with the top left corner of my camera view. How to move a 3d object to the top left corner of the screen in Unity? I can't seen to figure this out and the ...
Eduardo Seitz's user avatar
-1 votes
1 answer
30 views

Camera doesn't teleport correctly in build, but does in the editor

I'm making FNAF in unity, and in the editor, I can die and am jumpscared correctly. However, in the build, I'm looking at his feet. See the video below for more context. Streamable Video I honestly ...
Coco's user avatar
  • 47
0 votes
0 answers
30 views

Unity render Texture is not as clear as the actual gameobject in the scene, how to make it clearer?

I tried changing the camera settings and the render texture, but nothing seems to work. Camera: Render Texture: Output any help is appreciated!
holouser's user avatar
  • 192
0 votes
0 answers
69 views

How to force Unity to update/redraw whole scene

I am displaying a texture from an Android native camera and experiencing performance issues. I recorded camera latency as follows: Directly rendering with SurfaceTexture: ~80ms In OpenGL, which ...
fluke's user avatar
  • 680
0 votes
1 answer
117 views

Unity camera UI dosen't see the UI

I created a camera, which I want to render only my UI. When I play I don't see the UI in gameplay, but if I change a value in clipping planes or disable the camera and activate it the UI appears, ...
Matei Megyesi's user avatar
2 votes
0 answers
97 views

Unity Orbit Cinemachine camera around player when dragging mouse

I have been trying to implement a roblox-like camera control system in unity but with the CinemachineFreeLook's built in InputProvider script that's connected to my input system actions, the camera ...
Vessbon's user avatar
  • 21
0 votes
0 answers
14 views

Clean camera transitions

I'm trying to have cameras cut to the next animation clean but it doesn't work. I animated the camera movement and rotation so these animations deal with the camera. 1st example: When you have two ...
JMAS's user avatar
  • 15
0 votes
1 answer
55 views

Can you move an object in unity by maintaining a standard distance from the camera?

I'm a newbie unity user and I'm working on a Basket shoot simulator in Hololens2. Right now I'm working on a button that, when pressed should move the hoop where the camera is looking but it needs to ...
Game Wame's user avatar
-3 votes
1 answer
34 views

UNITY2D How can I ensure that everything is visible within the camera?

Right so, I'm working on a 2D platformer as a complete beginner, but have ran into an issue. When I run the game in unity, everything is visible as intended, but when I build it and run it on my PC, ...
Tom W's user avatar
  • 61
0 votes
0 answers
69 views

Determine vergence point on HL2

Setup: HoloLens 2, front camera Input data: Gaze origin, gaze direction of user, camera intrinsics Desired output: 2D gaze coordinates Objective: I would like to determine 2D gaze coordinates on the ...
anjelomerte's user avatar
0 votes
0 answers
40 views

I see the POV of the other player in the grass in my local multiplayer coop game

I apologize for the wording of my request, but I'm not used to posting questions, and my head is spinning right now. I have a local multiplayer game with split-screen, so I have two cameras in my ...
Nathan Bonelli's user avatar
0 votes
1 answer
24 views

Does the camera transform in Unity invert directions at the end?

I want the 8 corners of the camera frustum and I have this: Vector3 nearTopLeft = center_near + (up * (height_near / 2)) - (right * (width_near / 2)); Vector3 nearTopRight = center_near + (up *...
Feref28's user avatar

15 30 50 per page
1
2 3 4 5
46