Back to portfolio
Personal Project
Unity Scene Switcher
Role: (C#) Unity Programmer, Unity Editor Tools
The Story
A custom, Editor-only Unity package designed to streamline developer workflow and improve productivity. In projects with complex folder structures, manually navigating the Project window to find and open specific scenes can be time-consuming. This package solves that by providing a quick-access interface directly within the Unity Editor, allowing developers to switch between project scenes instantly with a single click.
Contributions
- Developed utilizing the UnityEditor namespace and EditorSceneManager to safely handle scene opening and prompt for unsaved changes.
- Engineered strictly as an Editor tool, ensuring no unnecessary code or bloat is included in the final game build.