Skip to content

Commit

Permalink
removed detection of unity version for scripted importers
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm-unity committed Mar 14, 2017
1 parent 1587c56 commit 811241c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
#if UNITY_5_7_OR_NEWER || ENABLE_SCRIPTED_IMPORTERS
#if ENABLE_SCRIPTED_IMPORTERS

using UnityEditor;
using UnityEngine;
Expand Down
@@ -1,4 +1,4 @@
#if UNITY_5_7_OR_NEWER || ENABLE_SCRIPTED_IMPORTERS
#if ENABLE_SCRIPTED_IMPORTERS

using System;
using UnityEditor;
Expand Down

0 comments on commit 811241c

Please sign in to comment.