Thanks for looking at my question. I am trying to code my game in MonoDevelop(C#), but I could never compile correctly because, next to the line,
using UnityEngine;
The error said,
using UnityEngine; The type or namespace name 'UnityEngine' could not be found. Are you missing a using directive or assembly reference?
I recently started coding this at my dad's house on a PC. I transferred it over here, to my Mom's house (on a Mac), using Google Drive. Now, all of a sudden this error won't stop showing up.
Help please?
↧