I have downloaded Unity 5 for the Unity certification course. I did it in the new folder. My Unity version for this project is 4.6.9f1
But when i tried to build a game everything crushed. Looks like my error was that i have placed the build folder under the Assests (i guess build tried to include itself). So i deleted that folder and made a new one outside assets.
Anyway, my first error was “Assets/Scripts/Statistics.cs(2,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?”
I found on the unity3d site that i have to remove the “using UnityEngine.UI;” line, but now texts dont work. The console returns: “Assets/Scripts/PumpkinCount.cs(7,16): error CS0246: The type or namespace name `Text’ could not be found. Are you missing a using directive or an assembly reference?”
What can i do?