- Home /
Issues with commands regarding the Udemy guide
So, I'm following the Udemy guide and got to the part to program the player in Galaxy Shooter. However, when I try to imitate certain commands, there are issues: For example, if I try to use Debug to test something, the console says there's an ambiguity between UnityEngine and System.Diagnostics. Erasing the latter does the trick, but it re-insterts itself whenever I write Debug. Also, for some reason it doesn't recognize the Transform command. Whenever I try to add it to change the object's position, it just turns it into something different and adds "using System.Security.Cryptography;". Any idea why this is happening? (Also, sorry if my question is hard to understand. My English is usually decent enough, but this involves many terms I don't know how they're called in english.)
Your answer
Follow this Question
Related Questions
Raycast from the wrong position. 1 Answer
Latest Unity version debug error in iOS 1 Answer
Why am I seeing: error CS0117: `Debug' does not contain a definition for `LogWarning' 1 Answer
Compiler error for Android Build 0 Answers
Use button to debug by showing texts in the virtual scene (virtual environment in HoloLens) 0 Answers