添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
没有腹肌的香菇  ·  unity ...·  7 小时前    · 
星星上的铅笔  ·  Unity android app not ...·  19 小时前    · 
绅士的蚂蚁  ·  Unity - Scripting ...·  4 天前    · 
没有腹肌的地瓜  ·  Fink - Running X11 - ...·  1 月前    · 
率性的大熊猫  ·  CULTURAL INSPIRATIONS ...·  4 月前    · 
聪明的瀑布  ·  Data URI ...·  5 月前    · 

Ever since I downloaded version 5.5.2 - the monodevelopment doesn’t recognize Unity’s libraries, and it’s structs.


You can see how everything is red…
Can anyone tell me how can I fix that, or do I need to write my scripts blindly? I’m new to C#, and Unity, and this is kind a demotivating :stuck_out_tongue:

I had this problem a while ago aswell, if you open the unity editor and go to Edit>Preferences and select the “External Tools” tab you should see a field saying “External scrip editor” with “Monodevelop (built-in)” selected.
Change it by pressing “browse” from it’s drop-down menu and manually select monodevelop (located in your unity install directory.)

I don’t know what could be the cause of the problem but as said, it worked for me so let’s hope it work for you too! :slight_smile:

I did what you said, but it didn’t help. I even tried to move the Monodevelop folder inside the Unity folder, but still the same :frowning:

EDIT: okay, I incidentally found out what was wrong. I right clicked on “Assembly-CSharp” (on the left of the screen), went to options > general, and changed the “Mono / .NET 3.5” to “Mono / .NET 4.5” and it started working :slight_smile: (the 3.5 was not found)