Skip to content

Commit

Permalink
Fix for player build
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Oct 21, 2024
1 parent d5cac7a commit f2d5f9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Runtime/Autopilot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
using DeNA.Anjin.Reporters;
using DeNA.Anjin.Settings;
using DeNA.Anjin.Utilities;
using UnityEditor;
using UnityEngine;
using UnityEngine.Assertions;
using UnityEngine.SceneManagement;
using AssertionException = NUnit.Framework.AssertionException;
#if UNITY_EDITOR
using UnityEditor;
#endif

namespace DeNA.Anjin
{
Expand Down

0 comments on commit f2d5f9f

Please sign in to comment.