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

Progress Bar Hidden Value #352

Open
ozgurgurbuz167 opened this issue Feb 26, 2023 · 1 comment
Open

Progress Bar Hidden Value #352

ozgurgurbuz167 opened this issue Feb 26, 2023 · 1 comment

Comments

@ozgurgurbuz167
Copy link

I tried to find the Editor codes in order to manipulate the first value of the progress bar but couldn't find anything about this.
How to make the first value visible?

@TylerTemp
Copy link

NaughtyAttributes' progressBar is non-interactable. Once Unity serialized the default value into object, you can only change it in inspector, by script, or rename the vairible.

One way is to remove the ProgressBar, change the value in editor, then add it back. Or use a "[Button]" function to change the value.

I have a interactive version to save some time, and it can be used together with NaughtyAttributes

progress_bar.mp4

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

2 participants