What problem does it solve? Opening a Unity project with the wrong Editor version causes upgrade prompts, asset reimports, and potential project corruption. This Skill detects the correct Unity version for a project and launches the matching Editor automatically through the uloop CLI. ## Core Features & Use Cases - Version-Matched Launch: Detects the Unity version required by a project and opens it with the correct Editor installation. - Restart and Platform Switching: Kill a running Unity instance and relaunch it, optionally with a different build target such as Android or iOS. - Unity Hub Registration: Add projects to Unity Hub, optionally as favorites, without launching the Editor. - Use Case: After pulling changes that require an Editor restart, run the launch command with the restart flag to close the current Unity instance and reopen the project with the correct version. ## Quick Start Ask the assistant to launch the Unity project in the current directory with the correct Editor version using uloop.