using UnityEngine; using UnityEngine.Playables; namespace AibisDream { public class SpriteLoopPlayableAsset : PlayableAsset { public ExposedReference targetObject; public Sprite[] sprites; public override Playable CreatePlayable(PlayableGraph graph, GameObject owner) { throw new System.NotImplementedException(); } } }