Author Topic: UISlider Inspector Slider Too Limited  (Read 2250 times)

Rafe

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 78
    • View Profile
UISlider Inspector Slider Too Limited
« 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,
« Last Edit: July 31, 2012, 02:46:21 AM by Rafe »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UISlider Inspector Slider Too Limited
« Reply #1 on: July 31, 2012, 02:50:03 AM »
Just keep your local changes -- I suggest creating a patch for them if you're using versioning like Git.

Rafe

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 78
    • View Profile
Re: UISlider Inspector Slider Too Limited
« Reply #2 on: July 31, 2012, 03:24:53 AM »
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.