Skip to main content
Tweeted twitter.com/StackGameDev/status/892798866654887937
added 8 characters in body; edited title
Source Link
House
  • 73.5k
  • 17
  • 188
  • 276

Unity 5 - View individual UI Rect boxes when multiple UI elements are selected?

I have 2D UI layout with multiple text boxes over the canvas, I need to easily be able to see where the Rect boxes for each are positioned, so that I can see where the safe areas are for placing buttons etc. Selecting

Selecting each individual item shows its own individual Rect box, but selecting multiple items just shows one big box around all of them. Is there a way of selecting multiple items and see each individual Rect box?

Is there a way of selecting multiple items and see each individual Rect box? It's extremely time consuming having to go and check each one individually.

Unity 5 - View individual UI Rect boxes when multiple UI elements are selected?

I have 2D UI layout with multiple text boxes over the canvas, I need to easily be able to see where the Rect boxes for each are positioned, so that I can see where the safe areas are for placing buttons etc. Selecting each individual item shows its own individual Rect box, but selecting multiple items just shows one big box around all of them. Is there a way of selecting multiple items and see each individual Rect box? It's extremely time consuming having to go and check each one individually.

View individual UI Rect boxes when multiple UI elements are selected?

I have 2D UI layout with multiple text boxes over the canvas, I need to easily be able to see where the Rect boxes for each are positioned, so that I can see where the safe areas are for placing buttons etc.

Selecting each individual item shows its own individual Rect box, but selecting multiple items just shows one big box around all of them.

Is there a way of selecting multiple items and see each individual Rect box? It's extremely time consuming having to go and check each one individually.

Source Link
NIMBLE JIM
  • 337
  • 3
  • 16

Unity 5 - View individual UI Rect boxes when multiple UI elements are selected?

I have 2D UI layout with multiple text boxes over the canvas, I need to easily be able to see where the Rect boxes for each are positioned, so that I can see where the safe areas are for placing buttons etc. Selecting each individual item shows its own individual Rect box, but selecting multiple items just shows one big box around all of them. Is there a way of selecting multiple items and see each individual Rect box? It's extremely time consuming having to go and check each one individually.