1
NGUI 3 Support / Re: iPhoneX safe area support
« on: November 03, 2017, 10:47:57 AM »
Currently in my setup, each UI Window is setup is a separate prefab with a UIPanel at its root for depth handling.
If I'm understanding correctly, your approach would be to add an anchored UIWidget under each window's prefab and reanchor all of the widgets in that UI to the new UI Widget. That's quite a bit of rework given the number of UIs I have to deal with.
Is there a different alternative to what I mentioned; such as changing the top level UIPanel's clipping to match a preset UIWidget at runtime?
If I'm understanding correctly, your approach would be to add an anchored UIWidget under each window's prefab and reanchor all of the widgets in that UI to the new UI Widget. That's quite a bit of rework given the number of UIs I have to deal with.
Is there a different alternative to what I mentioned; such as changing the top level UIPanel's clipping to match a preset UIWidget at runtime?

