What problem does it solve?
Opening a Unity project with the wrong Editor version can cause crashes, asset reimports, or incompatible project settings; this Skill ensures the project opens with the correct Editor to avoid those issues.
Core Features & Use Cases
- Detects and prints the Unity Editor version required by a project before launching.
- Launches the Unity Editor that matches the project's version, focuses existing windows when Unity is running, or restarts Unity by killing and relaunching the process.
- Supports switching build targets on launch, adding projects to Unity Hub without launching, favoriting projects in Hub, and configurable search depth when locating projects.
- Use case: a developer needs to open a legacy project that requires Unity 2022.3.x and wants the CLI to find the installed Editor, restart the running Editor if necessary, and open the project on Android build target.
Quick Start
Run uloop launch in your project directory to open the project with the matching Unity Editor version.