├── .gitignore ├── Editor └── GameViewSizeHelper.cs ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anchan828/unity-GameViewSizeHelper/HEAD/.gitignore -------------------------------------------------------------------------------- /Editor/GameViewSizeHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anchan828/unity-GameViewSizeHelper/HEAD/Editor/GameViewSizeHelper.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anchan828/unity-GameViewSizeHelper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anchan828/unity-GameViewSizeHelper/HEAD/README.md --------------------------------------------------------------------------------