Skip to content

Commit

Permalink
Add iOS imports under #if UNITY_IOS
Browse files Browse the repository at this point in the history
  • Loading branch information
AgrMayank committed Sep 27, 2021
1 parent 57749c5 commit 152ce51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Assets/Recorder/Recorder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
using System.Text;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.iOS;
using TMPro;

#if UNITY_IOS
using UnityEngine.iOS;
#endif

namespace Recorder
{
/// <summary>
Expand Down

0 comments on commit 152ce51

Please sign in to comment.