This repository is a collection of script templates for Unity. It includes numerous templates that are tailored to Unity features, reducing the effort required when ...
This repository is a collection of script templates for Unity. It includes numerous templates that are tailored to Unity features, reducing the effort required when ...
Unity の標準機能のみをつかって、地形を自動生成してみます。つまり無料でたくさんの地形をつくりまくれるという話です。どのような地形かというと、下のスクリーンショットのような、マインクラフトのような凹凸のある、しかしなだらかにしたような ...
UIやスコア、残りの数やコンボ数など…内容が変わるテキストはどのゲームでもあると思います。しかしUnityの機能だけでは実装が難しそうです。 そこで今回はスクリプト(プログラム)でテキストを変える方法について紹介します。 使用した環境と ...