this is my first time in Unity and I can’t edit c# script or any other!
I am using:
- unity version 2019.3.6f1
- visual studio 2019 last update
this is the error massage Microsoft (R) Visual C# Compiler version 2.9.1.65535 (9d34608e)
Copyright (C) Microsoft Corporation. All rights reserved.
help/thankful
You will have to open up the registry and delete the following:
- value for “HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\AutoRun”.
-Same value but on “HKEY_CURRENT_USER”, so it’s: “HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun”
If you don’t know how to open the registry, press the windows key + R, that will open up the Run command window, and type there “regedit”.
from petergraham003