- Home /
 
Answer by Klarax · Dec 11, 2014 at 12:44 PM
 public float timeLeft = 2.0f;
 
 function FixedUpdate()
  {
      timeLeft -= Time.fixedDeltaTime;
      if ( timeLeft < 0 )
      {
 
      }
  }
  
 
               Like this ?
Your answer
 
             Follow this Question
Related Questions
Android Activity equal in ios 0 Answers
Exclude scripts from ios vs android builds? 1 Answer
PDF417 Barcode reader for iOS and Android 0 Answers
Did anyone built the Alembic Importer for Android and iOS? 0 Answers
Stopping Penelope's CountDown Timer 2 Answers