This asset adds build profiles to Unity, the same idea as Godot's export presets. Save your platform, scripting backend, and build flags as a preset, then switch between them without digging through settings every time.
Note: I built this before Unity added its own native Build Profiles. I still use it in every project I work on. It's smaller, faster to open, and easier to reason about than the built-in version, and it works on Unity 2021 LTS, which the native feature doesn't support. If you're already on a recent Unity version and the built-in tool covers what you need, that's fine too. This is for people who want something lighter or who are stuck on an older LTS.
> Compatibility 🛠️
The tool was written for the 2021 (or higher) LTS Unity editors. Currently supported build platforms are Windows, Linux, Android, macOS, and iOS (the list may be extended on demand).
> Third-Party Notices 📄
Asset uses the Font Awesome (6.5.2) free font under the SIL OFL 1.1 license to display icons in the Unity Editor; see the Notices.txt file in the package for details.
Feel free to join our Discord to learn about and discuss Build Profiles.