We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
Fantastic little script you have here! It help me out a lot and saved me a lot of time!
One problem I found is that the label of the Animation Curves in the inspector disapeared. I added them back in with:
EditorGUI.LabelField(rect, label); EditorGUI.PropertyField(rect, property)
At line 28 in AnimationCurvePropertyDrawer.cs:
AnimationCurveCopyPaste/Assets/Editor/AnimationCurvePropertyDrawer.cs
Lines 28 to 29 in 602591f
Thought that I might report it.
Best regards! /Guendolin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Fantastic little script you have here! It help me out a lot and saved me a lot of time!
One problem I found is that the label of the Animation Curves in the inspector disapeared. I added them back in with:
At line 28 in AnimationCurvePropertyDrawer.cs:
AnimationCurveCopyPaste/Assets/Editor/AnimationCurvePropertyDrawer.cs
Lines 28 to 29 in 602591f
Thought that I might report it.
Best regards!
/Guendolin
The text was updated successfully, but these errors were encountered: