├── .gitignore ├── Assets └── Scripts │ ├── AndroidSafeArea.cs │ └── RenderBehindNotchSupport.cs ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Over17/UnityAndroidNotchSupport/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Scripts/AndroidSafeArea.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Over17/UnityAndroidNotchSupport/HEAD/Assets/Scripts/AndroidSafeArea.cs -------------------------------------------------------------------------------- /Assets/Scripts/RenderBehindNotchSupport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Over17/UnityAndroidNotchSupport/HEAD/Assets/Scripts/RenderBehindNotchSupport.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Over17/UnityAndroidNotchSupport/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Over17/UnityAndroidNotchSupport/HEAD/README.md --------------------------------------------------------------------------------