Just ran into a tiny bug – clicking on an Raise Unity Event action on the Events Track shows the Action in the Inspector, but the event parameters do not show (it’s only showing the IN slider). Doubleclicking the action in the slate timeline, so the Director Camera Root is active, then clicking again to go back to the Raise Unity Event action now shows the parameters correctly. Slightly weird…
Thanks a lot! I am really glad you like SLATE! 🙂
This is indeed a bit of a bug with the Events inspector there, but I have to suspect that it is a Unity related bug unfortunately. I am assuming that only because there is an error logged when this happens which reads:
“NullReferenceException: SerializedObject of SerializedProperty has been Disposed.
UnityEditorInternal.ReorderableList.get_count () (at C:/buildslave/unity/build/Editor/Mono/GUI/ReorderableList.cs:343)”
I will take another look and see if I missed something though 🙂
Thanks again!
Yup, lots of those errors. It’s not a major issue since it seems the errors are harmless.
What would be great, btw., would be to be able to somehow label (or maybe even colorize) those Raise Event actions (I have quite a number of them on the timline and it becomes slightly chaotic).