Unity Openr is an open source project, created to open multiple Unity3D instances on MacOS.
IF YOU GET THE MESSAGE: ""[App name] can’t be opened because it is from an unidentified developer", YOU'LL NEED TO CLICK THE APP WHILE PRESSING CTRL
Execute the "Unity Opener.app". The file can be found in the directory root.
This project is using a third party script called "appify", created by mathiasbynens. The script is already in the repository but you can download it at: https://gist.github.com/mathiasbynens/674099
This script is going to compile your shell script into a .app application.
THIS IS AN OPTIONAL STEP, ONLY EXECUTE THIS IF YOU'D LIKE TO RECOMPILE THE APPLICATION
Download the files in this repository. Navigate to it using the terminal. When you find the project root execute the command:
$ ./appify openunity.sh "Unity Openr"
In order to give your application permission, you are going to need to execute this command:
$ chmod 744 Unity\ Openr.app
##License
The MIT License (MIT)
Copyright (c) 2013 Thomas Park
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.