Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Rafe on July 31, 2012, 02:08:31 AM
-
Hi,
the UISlider inspector limits the steps, but the script doesn't. I needed 25 steps for a progress bar so I had to edit the inspector script.
I think setting this at an even 100 would be desirable, or making it an int field.
I need to know if you are willing to make this change in the next update. Otherwise I'll set this via script so I don't have to worry about an upgrade changing the settings.
This is an awesome feature by the way. I'm using it to make a retro blocky progress bar and it looks great!
Cheers,
-
Just keep your local changes -- I suggest creating a patch for them if you're using versioning like Git.
-
Our entire project is under version control but importing an update overwrites files. We would want your updates to ensure system stability. I'll just set it via script as a fail-safe; easier than copying the files to a new Type/inspector in this case.
Thanks for the reply.