mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-13 15:52:03 +07:00
fixed PlayMaker support for IsoPhysics
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -76,5 +77,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -97,5 +98,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -64,5 +64,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -77,5 +77,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -42,5 +43,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -42,5 +43,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -36,5 +36,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -76,5 +76,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -76,5 +76,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -64,5 +64,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -64,5 +64,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -42,5 +43,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -64,5 +64,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -82,5 +82,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -82,5 +82,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -58,5 +59,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -74,5 +74,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -48,5 +49,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -48,5 +49,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -48,5 +49,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -103,5 +103,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -41,5 +42,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -32,5 +33,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -41,5 +42,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -35,5 +35,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -90,5 +90,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -90,5 +90,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -32,5 +33,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -57,5 +58,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -80,5 +80,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -28,5 +29,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -103,5 +103,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -28,5 +29,5 @@ namespace IsoTools.PlayMaker.Actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -89,5 +90,5 @@ namespace IsoTools.PlayMaker.Events {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
@@ -83,5 +84,5 @@ namespace IsoTools.PlayMaker.Events {
|
||||
}
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
|
||||
namespace IsoTools.PlayMaker.Internal {
|
||||
@@ -63,5 +64,5 @@ namespace IsoTools.PlayMaker.Internal {
|
||||
name, min, max);
|
||||
}
|
||||
}
|
||||
} // IsoTools.PlayMaker.Actions
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#if PLAYMAKER
|
||||
using UnityEngine;
|
||||
using IsoTools.Physics;
|
||||
using HutongGames.PlayMaker;
|
||||
|
||||
namespace IsoTools.PlayMaker.Internal {
|
||||
@@ -41,4 +42,4 @@ namespace IsoTools.PlayMaker.Internal {
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user