MonoBehavior

Hi,
I have gotten Unity3d a few days ago and started doodling.
One thing I noticed was that my scripts open directly in Notepad++. How can I change so they are written in MonoBehavior?

?

https://docs.unity3d.com/Manual/Preferences.html#External-Tools

I would suggest that you also install Visual Studio along with Unity. MonoBehavior is not an editor, it’s a base class Unity - Scripting API: MonoBehaviour

2 Likes

Assuming you meant to say “MonoDevelop” the answer is you can’t. It’s no longer supported by Unity.

1 Like

Thanks,
I found the external tools window, changed to Visual Studio 2019.

First Unity book I started to learn with was using JS to code scripts, the 2nd one im trying to learn from is using MonoDevelop(yes, not behavior), it has some pics of what i thought were MonoDevelop which look similar to Notepad++.
Do you gentlemen have any suggestions for a free book that teaches C# with/in Unity that is up to date with Unit3d 19.2.10f1(or there abouts)?