- Home /
i have some pausing errors
Assets/pause.js(5,20): BCE0005: Unknown identifier: 'imput'. is the complier error and here is my script
var paused : boolean = false;
function Update () {
 if(imput.GetButtonUp( "p" )){
 
                    if(!paused){
         Time.timeScale = 0 ;
         paused = true ;
     }
 }
 }
please help me im not sure how to set the imput
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
[Windows store app] How to disable pause game when lost focus? 0 Answers
Pausing loading new level and resuming 2 Answers
how to stop player movement and look when paused 3 Answers
Why is my game pausing? 2 Answers
Saving jump power/Pause controller 1 Answer
