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?

1 Answer

1

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. :slight_smile:
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