animating property
michelezaccagnini opened this issue · 2 comments
michelezaccagnini commented
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?
keijiro commented
Could you try this?
keijiro commented
I'm closing this issue as "answered". Please reopen it if it still reproduces.