"Convert from UIBlock to UIBlock2D" utility button #293
Querke
started this conversation in
Feature Requests
Replies: 1 comment
-
I second this -- I've often encountered this situation. Great suggestion, @Querke |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would be nice to have a utility button that easily converts a UIBlock to UIBlock2D (and perhaps UIBlock3D), and reversed.
I sometimes set up my UI with UIBlocks, and then to realize that I want to add some background color to that block. I then have to remove that UIBlock component and replace it with a UIBlock2D component and re-enter all the properties.
It's not a huge deal, but it takes time. So if it were a button that could easily just convert it to UIBlock2D would be nice. Same with going to other way, convert a UIBlock2D to a normal UIBlock.
You would probably need to have a warning popup saying "You will lose all references to this component, make sure to re-add all references in your scripts" or something.
Beta Was this translation helpful? Give feedback.
All reactions