A bunch of stuff
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Playables;
|
||||
|
||||
public class MyButtonTrackClip : PlayableAsset
|
||||
{
|
||||
public override Playable CreatePlayable(PlayableGraph graph, GameObject owner)
|
||||
{
|
||||
var playable = ScriptPlayable<MyButtonTrackBehaviour>.Create(graph);
|
||||
return playable;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user