Unity plugin to handle safe area super easily :D
SafeAreaCanvas component require UGUI's Canvas component. So it is recommended that you first set the UGUI's Canvas component and then add SafeAreaCanvas.
- Safe Horizontal : Adjust canvas elements with safe area's horizontal value.
- Safe Vertical : Adjust canvas elements with safe area's vertical value.
- Cover Unsafe Area : Cover unsafe area with static color : Cover Color.
To simulate safe area canvas, just set example orientation and push the 'Show Notch' button. That's all!
SafeAreaCanvas generate 'Safe Root' when simulate notch. This is used as root to adjust size of canvas in SafeAreaCanvas. So if you create new UI element out of this root, that element doesn't support safe area.