Unable to see javascript files in Monodevelop Unity 5.2

Since updating Unity 5.2 javascript (unityscript) files is not displayed in Monodevelop Solution Explorer (see the figure below). Does anyone know how to solve this problem? enter image description here

+6
source share
1 answer

I fixed the same problems with the following steps.

Back up

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

Delete script files

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

  • Files starting with Assembly-
  • Files starting with the name of your project, i.e. kickoff3d01

Synchronization scripts

In the Unity editor, go to AssetsSync MonoDevelop Project .

Find in MonoDevelop

In MonoDevelop, they should be listed in the Assembly-UnityScript .

+2
source

All Articles