Hi everyone,
WHAT IS THE ISSUE ?
My issue is that I get an empty error in console
In Editor Log i’ve found this issue :
“C:\Program Files\Unity\Hub\Editor\2019.3.0f3\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\UI\Core\VertexModifiers\Shadow.cs”
-----CompilerOutput:-stdout–exitcode: 1–compilationhadfailure: True–outfile: Temp/UnityEngine.UI.dll
-----CompilerOutput:-stderr----------
& was unexpected at this time.
-----EndCompilerOutput---------------
- Finished script compilation in 0.087442 seconds
When i open the C# Solution in Visual studio and try to build the solution i got exactly same two errors
WHEN THE ISSUE OCCURS ?
Every time I open a project i get these two errors and i’m unable to run the game.
I’ve tried several unity version and the error is the same in all of them
EDIT:
After uninstalling all of the Unity and Visual Studio version and clean new install, the issue does not occure on “Unity 2018.4.14f1 (64-bit)”
I have .NET 4.5.1 installed
I have all the latest updates for windows - even optional ones, and I am running Windows 10.
This was not an issue for me till now. Now it happens all the time for all projects. Even if i create brand new Project without any script in it i get these two errors.
WHAT I’VE TRIED ?
- New unity versions
- Updating Visual Studio
- Repairing Visual Studio
- Trying to force ‘re-compile’ by slightly changing the script
- Re-importing all the assets
- “.exe” or Full path FIX added to unity_csc.bat (not valid on the latest version which already contains .exe extension)
- I’ve checked my local time region and its set to English (United States)
Can someone please help me or point me somewhere ? Would be much appreciated ! Thanks !
And also - MERRY CHRISTMAS !