ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Unity​3​D Build System

Sublime Unity3d Build

Details

  • 2013.02.21.16.17.48
  • github.​com
  • github.​com
  • 11 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 15K
  • Win 9K
  • Mac 5K
  • Linux 591
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Mac 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0

Readme

Source
raw.​githubusercontent.​com

UnityBuild

This is an extension of Sublime Text 2 to support Unity 3d builds.

Use Unity as build system and enjoy !

Windows

If it does not work at the first time, check the xbuild path in UnityBuild.sublime-build (it uses the default location of Unity) (C:\Program Files (x86)\Unity\Editor\Data\Mono\bin\)

OSX

Make sure you have MonoDevelop 2.10.2 installed on your OSX in the default location. If get it here : http://download.mono-project.com/archive/2.10.2/macos-10-x86/5.4/MonoFramework-MRE-2.10.2_5.4.macos10.novell.x86.dmg

If it does not work at the first time, check the xbuild path in UnityBuild.sublime-build (it uses the default location of Unity) (/Applications/Unity/MonoDevelop.app/Contents/Frameworks/Mono.framework/Commands/xbuild)

NB : The logger used is based on Jacob Pennock's logger