Skip to content
New issue

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

Label fix #1

Open
Guendolin opened this issue Jul 4, 2021 · 0 comments
Open

Label fix #1

Guendolin opened this issue Jul 4, 2021 · 0 comments

Comments

@Guendolin
Copy link

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:

EditorGUI.PropertyField(rect, property);

Thought that I might report it.

Best regards!
/Guendolin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant