だらだら〜自由自在〜

インディーゲーム制作チーム GAME GABURI でプログラム担当してます

2011-11-14から1日間の記事一覧

Unityで。Boxとかのセンタリング

たとえば上の画像のように、Window(test window)内のGUI要素をCenterAlignしたいとき。 このようにすれば出来るみたい。これ以外にどうやるのが簡単だろうか? ちなみにLabelのセンタリングはstyle.alignmentにTextAnchor.MiddleCenterを指定してやってい…

Font size and style overrides are only supported for dynamic fonts.

UnityiOSビルドなどでこのランタイムエラーが出るときの対処法 http://forum.unity3d.com/threads/58161-Unity-3-b6-iPhone-Fonts-problem This is what you need to do. Import a TTF font file in Unity. Set the Character Set to Unicode. All other inf…