Skip to content

Fixed ColorPicker's precision not working#528

Closed
StardustMotion wants to merge 5 commits into
Unity-UI-Extensions:developmentfrom
StardustMotion:colorpicker-precision
Closed

Fixed ColorPicker's precision not working#528
StardustMotion wants to merge 5 commits into
Unity-UI-Extensions:developmentfrom
StardustMotion:colorpicker-precision

Conversation

@StardustMotion

Copy link
Copy Markdown

that extra space prevents ToString("F") from evaluating properly.
For example precision = 2 will print "f 2" instead of the actual value with 2 decimals

SimonDarksideJ
SimonDarksideJ previously approved these changes Jul 6, 2026

@SimonDarksideJ SimonDarksideJ left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic catch!

@SimonDarksideJ SimonDarksideJ changed the base branch from release to development July 6, 2026 15:59
@SimonDarksideJ SimonDarksideJ dismissed their stale review July 6, 2026 15:59

The base branch was changed.

@SimonDarksideJ

Copy link
Copy Markdown
Contributor

Darn it, by targeting release, you've incurred some other changes. Apologies, can you remake this PR from the base of "development". If it's too much hassle, I can remake it, but would rather you retain the fix in the history.

@StardustMotion StardustMotion closed this by deleting the head repository Jul 6, 2026
@StardustMotion

Copy link
Copy Markdown
Author

Remade into #529

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.

3 participants