「GameObjectって結局なんなの?」と感じているあなたへ Unityを開いてみたものの、最初に登場する「GameObject」という言葉。 「なにそれ?」「キャラのこと?」「動かないんだけど…」と戸惑った経験、ありませんか? Unityではあらゆる“もの”がGameObjectとし ...
Unityを触っていると[Hierarchy]や[Project]や[Inspector]、[Scene]などたくさんのウィンドウを行き来することになると思いますが、データが増えてくるにつれてGameObjectに与えた役割がなんであったかがすぐには判別できなくなってきますね。(少なくとも筆者はそう ...
Unity Reference Introduction For the past two weeks, I have been working on a sprint with the Tech Academy. Working with other dev's we put together a classic arcade game application in Unity. Each of ...
This tool provides both a GameObject Palette Window and customizable Brushes in order to simplify the task of decorating 2d Games scenes using GameObjects. We are ...
We get a click event when we click a Button in UI , but how to get a click event while clicking on a GameObject from our scene . It is very simple . To get a click event from a object , add a collider ...