So I wasn't really thinking and while making my game I created a script called time. After finding out that the time script was a global namespace I deleted the script. However, multiple other C# scripts including some of the ones in the TextMeshPro files all have errors saying stuff such as "Time does not contain deltaTime" or "Time does not contain a definition for deltaTime. Does anyone know how I can fix this?
↧