The Unity Game view toolbar has a dropdown that allows you to select various resolutions and aspect ratios presets for testing how your game will look on different monitors. While custom presets may be added to that dropdown menu by clicking the � button at the bottom, there's no obvious way of removing items from the list once they're added.
Fortunately, there’s a configuration file that contains all custom menu entries, and it’s a standard Unity YAML data file that can be modified in any plain text editor. The file is called GameViewSizes.asset, and it’s located under your user profile.
The configuration file is shared by all Unity installations and projects on your computer, so any changes you make to it inside Unity or using a text editor will be accessible the next time you open any Unity project on that computer.
The contents of my file are shown below, however the contents of your file will likely differ.
To remove an entry, delete the lines associated with that property group, for example, I could remove the “1.50:1” (or 3:2) entry by deleting the following lines from the file: