ゲームプログラマーの寄り道

ゲームプログラマの寄り道

ソースコード公開系ブログ

ソースコード公開系ブログ

2018-11-30から1日間の記事一覧

ゲームパッドを使用した4人同時入力

assetstore.unity.com このアセットを使用した4人入力です。過去のクソコードです。 using System.Collections; using System.Collections.Generic; using UnityEngine; using GamepadInput; public class Player : Type { //プレイヤーの動くスピード publi…