C#

Unity

【Unity】error CS0117: ‘Time’ does not contain a definition for ‘deleteTime’の解決方法【スペルミス】

Unityで「error CS0117: 'Time' does not contain a definition for 'deleteTime'」が発生した原因と解決策を分かりやすく解説!原因は単純なスペルミスです。正しいコードへの書き換え方と、Time.deltaTimeの重要性もあわせて紹介します。
Unity

【Unity】InvalidOperationException: You are trying to read Input… の解決方法2選【新Input Systemエラー】

Unityで「InvalidOperationException: You are trying to read Input...」エラーが出る原因と解決策を解説!古いInput Managerと新しいInput Systemの衝突を直し、今すぐエラーを消す2つの方法を分かりやすく紹介します。