diff --git a/PlatformSpecificFX/Runtime/PlatformSpecificFX.cs b/PlatformSpecificFX/Runtime/PlatformSpecificFX.cs index 2922d20..e90df26 100644 --- a/PlatformSpecificFX/Runtime/PlatformSpecificFX.cs +++ b/PlatformSpecificFX/Runtime/PlatformSpecificFX.cs @@ -1,4 +1,3 @@ -using UnityEditor.Animations; using UnityEngine; namespace gay.lilyy.platformspecificfx @@ -6,8 +5,8 @@ namespace gay.lilyy.platformspecificfx [AddComponentMenu("LillithRosePup/Platform Specific FX")] public class PlatformSpecificFX : MonoBehaviour, VRC.SDKBase.IEditorOnly { - public AnimatorController desktop; - public AnimatorController mobile; + public RuntimeAnimatorController desktop; + public RuntimeAnimatorController mobile; } }