Unityによる3Dゲーム開発入門 ―iPhone/Android/Webで実践ゲームプログラミング あと5日!!!
EzGUIを購入してみた
http://www.anbsoft.com/middleware/ezgui/button/index.html使い方がわからないが↑参考にやってみた。
・流れ
1.Setup a basic scene 2.Create a button 3.Animated layers 4.Respond to Input
・やったこと
Hierarchyに空のゲームオブジェクトを作成->Buttonと名前つける->
インスペクタのMesh Rendererでマテリアルを選択->
「Plugins>EZ>GUI>Controls>UIButton」と「Plugins>EZ>GUI>Management>UIManager」のC#スクリプトを適用->
インスペクタでUIButtonの[State/Element]項目でそれぞれの画像適用->
「Tools>A&B Software >Build Atlases」を選択。
このときGameビューに出てるのにでない!!!