Unispawn IconI've been working a lot with Unity3D recently, and sometimes it can come in handy to have multiple instances of the editor open at once. On Mac, this works fine, but due to how the dock works, it's awkward to launch more than one instance, requiring you to root around in the app bundle and have a terminal window open.

I wanted a quick shortcut to spawn a new instance, so I threw together a shell script and bundled it up as a stand-alone Mac app using Platypus.

If you're interested, you can download Unispawn on Github. It's not really worthy of its own name and an icon, but I couldn't resist making some references and I needed it to look different from Unity in my dock. :)

All 3 lines of its source code are available under an MIT license.