Hello,
I’m trying to do a custom preview (the thing at the bottom of the inspector window) of a Timeline Clip, but it seems to do nothing.
I created an editor class with
[CustomPreview(typeof(PauseAnimationSetterClip))]
as I usually do for other classes, but it does nothing… I can’t see any preview in my Inspector or any log.
I’ve tried to link the preview to the behaviour, but it doesn’t work either.
Has anyone managed to do this?