Reply To: Disabled Parameters, how do you re-enable them?

Slate Forums Support Disabled Parameters, how do you re-enable them? Reply To: Disabled Parameters, how do you re-enable them?

#984
sebastiran
Participant

Thanks for the reply. Only it did not work for me. I edited the code but I still don’t get the gear icon back.
I put a Debug.Log in line 95 to test if the code was executed and the Debug.Log was never called. So my guess is that the code is not being executed even though the fix should work.
I tried restarting Unity several times, but still no change. I’m using Unity 5.1.1f1.

Edit: I tried putting a Debug.Log is AnimatableParameterDrawer.cs as well where the method AnimatableParameterEditor.ShowParameter is being called. But this Debug.Log also didn’t execute.