Thumbnail of post image 127

2021年7月22日Unity

例えば、UIで画像の上に文字を表示するように作って、それをゴールした時に少しずつ不透明にし ...

Thumbnail of post image 056

Unity

いつものように、UnityからスクリプトをVisual Studioで開いたら、以下のよう ...

Thumbnail of post image 087

2021年7月17日Unity

パーティクル(Particle)との当たり判定のやり方は、普通のGameObjectとは違 ...

Thumbnail of post image 199

2021年7月17日Unity

GameObjectが風に押されて動くような動作をさせたいと思ったが、なかなかいい方法がな ...

Thumbnail of post image 174

2021年7月17日Unity

透過処理されている画像をGameObjectに適用すると透過処理されているはずの場所が黒塗 ...

Thumbnail of post image 155

Laravel

Sanctumのログアウト処理内で以下のようにログアウト処理を入れていた。 Auth::l ...

Thumbnail of post image 182

Unity

Unityをインストールして、いざスクリプトを書こうと思って、Visual Studioで ...

Thumbnail of post image 153

Unity

この記事は以下の記事を行ったことを前提として進めます。 上の記事では、プレイヤーが消えたら ...

Thumbnail of post image 192

Unity

ゲームを作る上で、リプレイ機能は必須とも言えますよね。 今回は、プレイヤーが障害物などに当 ...

Thumbnail of post image 078

Laravel

laravelとreactを組み合わせてやっており、npm run watchでreact ...