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 e0c77c5 commit f6f9c82Copy full SHA for f6f9c82
Scripts/CustomEditor/AutoPopulateScene.cs
@@ -54,7 +54,7 @@ internal static void SetupARFoundationComponents()
54
camera.tag = "MainCamera";
55
56
var cameraManager = camera.AddOrGetComponent<ARCameraManager>();
57
- cameraManager.lightEstimationMode = LightEstimationMode.AmbientIntensity;
+ cameraManager.requestedLightEstimation = LightEstimation.AmbientIntensity;
58
59
var light = CustomEditorExtensions.FindOrCreateGameObjectFromAssetMenu(directionalLightName,
60
directionalLightMenuPath);
0 commit comments