Skip to content

Commit

Permalink
Fix Build Error for ASA Scene (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenaklein-msft authored Oct 17, 2023
1 parent 8bbdfcf commit 673f1ff
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ public class SceneController : MonoBehaviour
[SerializeField]
private GameObject mainMenu = default;

[Header("Events")]
[SerializeField]
private UnityEvent onCameraStarted = default;
[SerializeField]
private UnityEvent onCameraStopped = default;

#if UNITY_WSA
private PhotoCapture photoCapture;
#else
Expand Down

0 comments on commit 673f1ff

Please sign in to comment.