ニュース

Easy-Object-Pooling Instantiating and Destroying objects in the scene during runtine is expensive in terms of memory management. Object pooling is a solution to this problem which allows us to save ...
Unity で作る2D ブロック崩し 実際の開発現場で役立つ手法も紹介 ~ カジュアルゲーム制作200本超えの開発者が教える実装マル秘テクニック ~ ...
Object Pooling in Unity (Bullet Pooling) This repository contains two scripts that implement object pooling for bullets in Unity. Object pooling is a design pattern used to reuse objects that are ...
Unityを積むことはや数か月。イベントの取り扱いすら忘れたので手っ取り早く忘備録を書く。 思い出しがてら、UIオブジェクトに実装したイベントコンポーネントを2Dに移植してみた。 基本のスクリプト まずは任意の2D ...