jacobdufault / fullinspector

Full Inspector supercharges Unity's inspector
MIT License
111 stars 27 forks source link

Fix step offset in InspectorRange #152

Open lazlo-bonin opened 8 years ago

lazlo-bonin commented 8 years ago

Say I want an inspector range with the following options:

I define it as [InspectorRange(2, 14, Step = 4)].

However, in the inspector, the options will be:

The Step parameter doesn't seem to take into account the Min parameter.

I'm not sure if this is a FI or a Unity bug, but I'm letting you know either way.