Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

UnityでGameObjectにスクリプトを適用する

f:id:JHashimoto:20140223054708p:plain

UnityでGameObjectにスクリプトを適用する方法を紹介します。

スクリプトを新たに作成することもできますが、今回はAssetsにインポートしたスクリプトを適用することにします。

Assetsにスクリプトをインポートする方法は、以前のエントリーを参照してください。

Unityで既存のスクリプトをインポートする - プログラマーな日々
Unityで既存のスクリプトをインポートする方法を紹介します。 ...

 

手順

GameObjectを選択し、[Add Component]を実行

f:id:JHashimoto:20140223192937p:plain

スクリプトを選択する

f:id:JHashimoto:20140223193841p:plain

GameObjectにスクリプトが適用されました。

f:id:JHashimoto:20140223194054p:plain