Skip to content

Commit cc2f7ba

Browse files
committed
fix: Remove UNITY_EDITOR guard
1 parent 19f0982 commit cc2f7ba

27 files changed

+24
-50
lines changed
File renamed without changes.

Assets/Mx/Scripts/Attributes/InteractiveAttribute.cs renamed to Assets/Mx/Editor/Attributes/InteractiveAttribute.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if UNITY_EDITOR
21
/**
32
* Copyright (c) Jen-Chieh Shen. All rights reserved.
43
*
@@ -59,4 +58,3 @@ public InteractiveAttribute(
5958
}
6059
}
6160
}
62-
#endif

Assets/Mx/Editor/Commands/MxC.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if UNITY_EDITOR
21
/**
32
* Copyright (c) Jen-Chieh Shen. All rights reserved.
43
*
@@ -48,4 +47,3 @@ public static void MxPreference()
4847
}
4948
}
5049
}
51-
#endif

Assets/Mx/Editor/Commands/MxCApplication.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if UNITY_EDITOR
21
/**
32
* Copyright (c) Jen-Chieh Shen. All rights reserved.
43
*
@@ -70,4 +69,3 @@ public static void FindDataPath()
7069
}
7170
}
7271
}
73-
#endif

Assets/Mx/Editor/Commands/MxCEditor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if UNITY_EDITOR
21
/**
32
* Copyright (c) Jen-Chieh Shen. All rights reserved.
43
*
@@ -257,4 +256,3 @@ public static void PlayerPrefDeleteAll()
257256
}
258257
}
259258
}
260-
#endif

Assets/Mx/Editor/Commands/MxCFile.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if UNITY_EDITOR
21
/**
32
* Copyright (c) Jen-Chieh Shen. All rights reserved.
43
*
@@ -82,4 +81,3 @@ public static void FindFileByWildcard()
8281
}
8382
}
8483
}
85-
#endif

Assets/Mx/Editor/Commands/MxCHelp.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if UNITY_EDITOR
21
/**
32
* Copyright (c) Jen-Chieh Shen. All rights reserved.
43
*
@@ -43,4 +42,3 @@ public static void HelpSites()
4342
}
4443
}
4544
}
46-
#endif

Assets/Mx/Editor/Commands/MxCInput.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if UNITY_EDITOR
21
/**
32
* Copyright (c) Jen-Chieh Shen. All rights reserved.
43
*
@@ -33,4 +32,3 @@ public static void SwitchTheme()
3332
}
3433
}
3534
}
36-
#endif

Assets/Mx/Editor/Commands/MxCInspector.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if UNITY_EDITOR
21
/**
32
* Copyright (c) Jen-Chieh Shen. All rights reserved.
43
*
@@ -85,4 +84,3 @@ public static void ExpandComponents()
8584
}
8685
}
8786
}
88-
#endif

0 commit comments

Comments
 (0)