Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 673f1ff

Browse files
Fix Build Error for ASA Scene (#80)
1 parent 8bbdfcf commit 673f1ff

File tree

1 file changed

+6
-0
lines changed
  • MRTK3 Tutorials/Assets/MRTK.Tutorials.AzureCloudServices/Scripts/Managers

1 file changed

+6
-0
lines changed

MRTK3 Tutorials/Assets/MRTK.Tutorials.AzureCloudServices/Scripts/Managers/SceneController.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ public class SceneController : MonoBehaviour
3535
[SerializeField]
3636
private GameObject mainMenu = default;
3737

38+
[Header("Events")]
39+
[SerializeField]
40+
private UnityEvent onCameraStarted = default;
41+
[SerializeField]
42+
private UnityEvent onCameraStopped = default;
43+
3844
#if UNITY_WSA
3945
private PhotoCapture photoCapture;
4046
#else

0 commit comments

Comments
 (0)