本稿、または本シリーズは個人の記録であり、考え方やコードの正確さは保証していません。ご理解の上、読んで頂きますようお願いします。 Unity 2D Roguelike 公式チュートリアルを学習するシリーズ PART1(全14回) チュートリアルの概要とローグライク Unity ...
This procedural generator started as a hobby project to learn about various procedural algorithms (cellular automata, marching squares and Bresenham's line algorithm to name a few). Inspiration was ...
The entire logic lies in the TerrainGenerator script. During the initialization of the script, Mesh, MeshFilter, and MeshRenderer components are created and set up. To support larger mesh sizes, the ...
私はよくUnityでVRCのアバター改変やゲームワールド制作を行っていて、そのときは毎回3DTemplateを使って作っていました。しかし、今回新たに横スクロール型のゲームを作ろうとなり、3DTemplateでも2D横スクロールゲーム作れそうだし、2Dtemplateと3Dtemplateどっち ...