Hey, all. I’ve been following Project Roll-a-Ball, and I’m up to the Displaying Text video. I’ve run into a problem where I cannot drag the ‘Count Text’ game object into the PlayerController.cs script as shown in the video. The only thing I can see that might have gone wrong is in my version of Unity, I had to use Create Empty, Add Component, GUI Text to create my text. Perhaps that is why I cannot drop it into the script, since it expects GUI Text, not a game object containing GUI Text?
I am using Unity 5.0.0f4 Personal on Windows 7 64-bit, if that is relevant.