Skip to content

Commit

Permalink
add unity editor and sdk check
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Feb 5, 2023
1 parent 205636f commit 0b09bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VRC-ASL-Gestures/Editor/AnimatorCloner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/

#if VRC_SDK_VRCSDK3
#if VRC_SDK_VRCSDK3 && UNITY_EDITOR
using System;
using System.Collections.Generic;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion VRC-ASL-Gestures/Editor/VRC-ASL-Gestures_Installer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if UNITY_EDITOR
#if VRC_SDK_VRCSDK3 && UNITY_EDITOR

using UnityEngine;
using UnityEditor;
Expand Down

0 comments on commit 0b09bb9

Please sign in to comment.