Skip to content

Commit

Permalink
Fix using directives
Browse files Browse the repository at this point in the history
  • Loading branch information
oneVR committed Aug 9, 2020
1 parent f104ff8 commit 82de260
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Scripts/Editor/BuildChecksManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
#endif
#if VRC_SDK_VRCSDK2
using VRCSDK2;
using UnityEditor;
using UnityEngine.UI;
using System.Linq;
#endif
#if VRC_SDK_VRCSDK2 || VRC_SDK_VRCSDK3
using VRC.Core;
#endif
using UnityEditor;
using System.Linq;

namespace VRWorldToolkit
{
Expand Down

0 comments on commit 82de260

Please sign in to comment.