About 16,300 results
Open links in new tab
  1. c# - Unity camera follows player script - Stack Overflow

    Jan 20, 2021 · Unity camera follows player script Asked 4 years, 9 months ago Modified 1 year, 5 months ago Viewed 110k times

  2. How do I make a camera follow an object in unity3d C#?

    Sep 29, 2015 · @chesnutcase: The camera's position and orientation is stored as a 4x4 matrix. The rows (or columns, depending on how it's set up) of the matrix equate to: unit right vector, …

  3. unity game engine - How can I rotate the camera using a Script …

    You can set the rotation of your camera with Quaternion.Euler If you want to set the rotation on the Y axis it would be: transform.rotation = Quaternion.Euler(new Vector3(0,90,0)); On the other …

  4. unity game engine - How to capture frames from the Unity3d …

    Jun 27, 2019 · I want to capture frames from Unity3d virtual camera and then let them displayed on another raw image.The result is that the raw image screen flickers very much. using …

  5. How to take a screenshot of the game view in Unity

    Feb 11, 2022 · How do you take a screenshot of the game view without external sources like Snipping Tool or Lightshot, like to take a screenshot with the resolution i configured in my …

  6. unity game engine - Can't find "clear flags" option in the camera's ...

    Mar 3, 2023 · Based on the Camera documentation, Background Type contains the functionality now, with the options: Skybox Solid Color Uninitialized You'll note that "Depth only" isn't an …

  7. Post-processing/volume not reflecting in other camera

    Apr 15, 2022 · I'm using the built-in Unity volume profile instead of Post-Processing V2. I'm currently stuck trying to figure out how to make both my cameras produce the same post …

  8. c# - Unity Zoom In And Out 2D - Stack Overflow

    Apr 18, 2021 · Been trying for a while now and I just need to make it so I can zoom in and out using the camera's FOV. When I try this nothing happens. using System.Collections; using …

  9. How to make camera not go through the walls and objects in …

    Nov 30, 2021 · Look for SpringArmComponent. You will apply it on the player (object) and put camera under it. This "invisible arm" will handle if there is anything between player and camera …

  10. urp - Unity Camera with RenderTexture problem, how to get the …

    Feb 15, 2023 · Unity Camera with RenderTexture problem, how to get the right output? Asked 2 years, 8 months ago Modified 2 years, 8 months ago Viewed 4k times