How do I edit a script!

Im in unity 2019.4.16 but i dont know how to edit a script can someone help me

get visual studio 2019

If you double-click a script in the Unity editor, it will launch whichever external editing program Unity is currently configured to use in Preferences → External Tools. In recent versions of Unity this should default to Visual Studio, which is usually automatically installed along with Unity unless you tell it not to.

Scripts are technically just text and could be edited using any text editor, but it’s easier to use a program that’s specially designed for coding.

1 Like