2015-03-01から1ヶ月間の記事一覧

Unity5あれこれ

Sceneに配置したTextの中身をスクリプトで変更する(uGUI対応) 1. 空のGameObjectを追加 2. 以下のような内容のスクリプトを作成し、UnityのEditor上で1のGameObjectにアタッチする public Text hogeText; void Start() { debugText.text = "hage"; } 3. Unit…

Unity5が来た!

AssetBundle関連 “The AssetBundle ‘◯◯◯’could not be loaded because it is not compatible with this newer version of the Unity runtime. Rebuild the AssetBundle to fix this error.” やっぱりか…(;´Д`)Unity5のほうでAssetBundleビルドを行った後、…