【Unity 入門】【チュートリアル】2D アクションゲームを作る 6. 動く床 その1

目次 目次 前回のチュートリアル スクリプトの作成 Player.cs Controller2D.cs PlatformController.cs RaycastController.cs 動く床の配置 次のチュートリアル 前回のチュートリアル スクリプトの作成 「Scripts」フォルダを右クリックして「Create>C# Script」を選択して 「PlatformController」と「RaycastController」…