This commit is contained in:
2025-05-15 16:22:22 +08:00
parent 650d1f3edd
commit 8abdd6d1f8
8 changed files with 298 additions and 4 deletions
@@ -0,0 +1,16 @@
using UnityEngine;
using UnityEngine.Playables;
namespace AibisDream
{
public class SpriteLoopPlayableAsset : PlayableAsset
{
public ExposedReference<GameObject> targetObject;
public Sprite[] sprites;
public override Playable CreatePlayable(PlayableGraph graph, GameObject owner)
{
throw new System.NotImplementedException();
}
}
}
@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 8b97eda884604ff5bd906f2a7a4859f1
timeCreated: 1747288570