- Home /
Question by
UltimateDon · Sep 19, 2011 at 08:46 AM ·
import
import script
How do i import scripts from Monodevelop 2.4? I cant open it up throught Unity so i need to import it. Does anyone know how to do it?
Comment
Answer by asafsitner · Sep 19, 2011 at 09:04 AM
Unity imports everything it can automatically. You just drop the script somewhere under the Assets folder and when you come back to Unity, BAM! it's imported. :) Unity uses Mono as it's 'internal' IDE (thank goodness they killed that useless UniScite) so you don't actually open scripts IN the engine so much as open it in Mono by default. You can set the default IDE through Edit -> Preferences