diff --git a/Runtime/PrefabApplier.cs b/Runtime/PrefabApplier.cs index 81c554e..956d020 100644 --- a/Runtime/PrefabApplier.cs +++ b/Runtime/PrefabApplier.cs @@ -63,4 +63,9 @@ public void UpdatePrefabs() { } } } +#else +using UnityEngine; +namespace VioletUI { + public class PrefabApplier : MonoBehaviour {} +} #endif \ No newline at end of file