time related difficulty increase
Hi
i am making a game where enemy shoots bullets every update
  void Update(){
     float probability = Time.deltaTime * fireRate  ;
     if (Random.value < probability ){
     Fire();
     }
how i add a timer difficulty increase to it ? I want to know a percentage increase method and increase by a fixed number
Thank you for ur time
               Comment
              
 
               
              Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                