Skip to content

Commit

Permalink
Fix Unity 2018 namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
keveleigh committed Aug 18, 2020
1 parent 3189e7a commit 5c10fe6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
#if ARFOUNDATION_PRESENT
using System.Collections.Generic;
using UnityEngine.XR.ARSubsystems;

#if UNITY_2018
using UnityEngine.Experimental;
#endif // UNITY_2018
#endif // ARFOUNDATION_PRESENT

#if UNITY_WSA && !UNITY_2020_1_OR_NEWER
Expand Down

0 comments on commit 5c10fe6

Please sign in to comment.