Answers for "unity get camera"

C#
0

unity get camera

// Gets the camera with the tag "MainCamera" attached to it.
Camera.main;

// Gets the currently active camera.
Camera.current;
Posted by: Guest on January-31-2022

C# Answers by Framework

Browse Popular Code Answers by Language