We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c375f1 commit 080e60bCopy full SHA for 080e60b
Scripts/CustomEditor/AutoPopulateScene.cs
@@ -51,6 +51,8 @@ internal static void SetupARFoundationComponents()
51
{
52
53
var camera = GameObject.Find("AR Camera");
54
+ camera.tag = "MainCamera";
55
+
56
var cameraManager = camera.AddOrGetComponent<ARCameraManager>();
57
cameraManager.lightEstimationMode = LightEstimationMode.AmbientIntensity;
58
0 commit comments