↧
What did I do Wrong In Roll-A-Ball character controller?
I get an "unexpected symbols" in this character movement codefor the Roll-A-Ball tutorial! Please help! My code is in C# using UnityEngine; using System.Collections; public class PlayerController :...
View ArticleError CS0116 : A namespace can only contain types and namespace declarations....
Here is my C# script that is attached to my coins. The error is on (4,6) using UnityEngine; using System.Collections; void OnTriggerEnter(Collider other) { if(other.gameObject.tag == "Coin") {...
View ArticleParsing error called but can't figure it out. please help!
Here is my C# code. The error is called on the final line and if I change it a ton of compiler errors come up! // Converted from UnityScript to C# at http://www.M2H.nl/files/js_to_c.php - by Mike...
View Article