Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot see javascript files in Monodevelop Unity 5.2

Since upgrading to Unity 5.2 javascript (unityscript) files are not showing in the Monodevelop Solution explorer (see image below). Does anyone know how to resolve this issue? enter image description here

like image 215
joe Avatar asked Oct 12 '15 14:10

joe


1 Answers

I have fixed these same issues with the following steps.

Create Backup

Make a copy of your project folder in case something is mistakenly deleted.

Delete Scripting Files

In the root of your project folder, delete only the following files:

  • Files beginning with Assembly-
  • Files beginning with your project name, i.e. kickoff3d01

Sync Scripts

In the Unity Editor, go to Assets -> Sync MonoDevelop Project.

Locate in MonoDevelop

In MonoDevelop, they should be listed under Assembly-UnityScript.

like image 184
user3071284 Avatar answered Sep 18 '22 01:09

user3071284