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 84d32a7 commit e699178Copy full SHA for e699178
Scripts/CustomEditor/QuickSetupPlaneDetection.cs
@@ -67,6 +67,11 @@ private static void SetupARFoundationComponentsPlaneDetection()
67
68
EditorApplication.update += AddPlaneEvent;
69
70
+ var showPlacementMarkerOnPlane = sessionOrigin.AddComponent<ARShowPlacementMarkerOnPlane>();
71
+
72
+ showPlacementMarkerOnPlane.placementMarker =
73
+ AssetDatabase.LoadAssetAtPath<GameObject>(AutoPopulateScene.cubePrefabPath);
74
75
}
76
77
private static void AddPlaneEvent()
0 commit comments