keijiro/MidiAnimationTrack

animating property

michelezaccagnini opened this issue · 2 comments

I am trying to have the Midi Animation Track animate a custom property. I create a property ExampleProperty (with a single integer value to get and set) in a script, then another script MidiCtrl with a public ExampleProperty myval. I add the MidiCtrl script to my object. The Midi Animation Track does not show the integer to as input. How do I expose the property values to the track?

image

Could you try this?

#13 (comment)

I'm closing this issue as "answered". Please reopen it if it still reproduces.