- Home /
 
               Question by 
               TheBlackBox · Feb 20, 2014 at 10:22 PM · 
                c#beginnerconsolenew  
              
 
              My Debug.Log won't show on the console?
Okay, so i decided that i was going to try and learn about c# in unity, i headed over to the untiy tutorials and i didn't expect to get stuck on the second tutorial. In the tutorial the guy uses this code
 using UnityEngine;
 using System.Collections;
 
 public class VariablesAndFunctions : MonoBehaviour 
 {
     int myInt = 5;
 
    void start (){
     Debug.Log (myInt);
     
         }
     }
 
Upon applying and creating this code myself i realised that my code doesn't work. In the video his code printed the number 5 into the console upon clicking play. In my code nothing happens, does anybody know where i went wrong?
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Where can I find C# tutorials for a absolute beginner? 7 Answers
Distribute terrain in zones 3 Answers
Leap Motion-Beginner Scripting Issues 1 Answer
why doesn't the background color of my camera change 1 Answer
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                