- Home /
Question by
loizos-95b · Sep 28, 2019 at 01:15 PM ·
errordllassembly
Can't create scripts in unity and visual studio? DLL issues
Hi all, I have a very basic scene in Unity 2019.2.3f1 and I'm trying to rotate an object using the following command in the Update method.
transform.Rotate(0, 10 * Time.deltaTime, 0);
However there is something wrong and Unity won't let me run the project. I read somewhere that this might be the antivirus blocking the configurations between the two software but that not the case for me I think..
Errors:
Copying assembly from 'Temp/UnityEngine.TestRunner.dll' to 'Library/ScriptAssemblies/UnityEngine.TestRunner.dll' failed
Copying assembly from 'Temp/Assembly-CSharp.dll' to 'Library/ScriptAssemblies/Assembly-CSharp.dll' failed
Any help would be great. Thanks.
untitled.png
(221.9 kB)
Comment