Haruma-K / UnityDebugSheet

Hierarchical debug menu system for Unity that makes it easy to create intuitive and organized debug menus.
MIT License
458 stars 28 forks source link

Change drawer rect transform delta size according Progress State #28

Open abcde134256 opened 6 months ago

abcde134256 commented 6 months ago

Describe

My project's rotation is portrait. in most case Debug Sheet state is in Middle State. But in Middle state can't reach lower part cell, i need to change state to max. That's a little bit inconvenient. I think if in Middle State and still can reach lower part, that would be great!

Here is my simple solution. But I didn't think about other use case, like what if middle state's progress value is smaller than title height.

image