(Unity)Time.timeScale = 0で止まらない場合の対処法

(その1)

  • コードに「Time.deltaTime」を追加する。


(その2)

  • コードに「Time.timeScale != 0」の条件を追加する。