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

Curve Range for Arrays/List #297

Closed
wants to merge 1 commit into from
Closed

Curve Range for Arrays/List #297

wants to merge 1 commit into from

Conversation

AtaTrkgl
Copy link
Contributor

@AtaTrkgl AtaTrkgl commented Feb 3, 2022

using NaughtyAttributes;
using UnityEngine;

public class TestScript : MonoBehaviour
{
    [CurveRange(0f, 0f, 1f, 1f, EColor.Blue)]
    public AnimationCurve[] curves;
}

With the script above, previous output was like this:
image

Fixed it to look like this:
image

@dbrizov
Copy link
Owner

dbrizov commented Feb 6, 2022

Merged in v2 2bba47d

@dbrizov dbrizov closed this Feb 6, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants