SkillAgentSearch skills...

UnityResolutionDialog

Replacement for Unity's built-in resolution dialog (aka Screen Selector) that was removed in Unity 2019.3. Works both up front (simply make it the first scene) and as a popup dialog (default key: ESC). Intended for development / testing purposes but can also be used in production.

Install / Use

/learn @CodeSmile-0000011110110111/UnityResolutionDialog
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UnityResolutionDialog

Example Image

Replacement for Unity's built-in resolution dialog (aka Screen Selector) that was removed in Unity 2019.3. Works both up front (simply make it the first scene) and as a popup dialog (default key: ESC). Intended for development / testing purposes but can also be used in production.

Installation

Add this dependency to your manifest.json located at /Packages/manifest.json:

{
    ...
    "dependencies": {
        ...
        "com.sitterheim.unityresolutiondialog": "https://github.com/sitterheim/UnityResolutionDialog.git#release/stable"
    }
    ...
}
View on GitHub
GitHub Stars110
CategoryDevelopment
Updated2mo ago
Forks20

Languages

C#

Security Score

95/100

Audited on Jan 3, 2026

No findings