Monthly Archives: 10月 2015

【Unity】Failed to add the asset file size for

今日のエラー Consoleに Failed to add the asset file size for ***.*** なる黄色アイコンの警告がたくさん表示された。 解決法 公式の報告スレより、Unityのバージョン …

Read more »

【Unity】AnimationEvent has no function name specified!

今日のエラー Consoleに ‘(GameObject名)’ AnimationEvent has no function name specified! と赤字で警告が出た。 解決法 Anim …

Read more »

【Unity】uGUIのUI描画や操作性を追加するコンポーネント

文字やイメージといったUIにエフェクトを追加できるコンポーネントがuGUIに標準で備わっていて、簡単便利。 描画に関わるコンポーネント Shadow UIの輪郭に影を付けてくれる。 http://docs.unity3d …

Read more »

【Unity】テキストファイルを読み込もうとすると、ArgumentException: The thing you want to instantiate is null.

今日のエラー テキストをロードしようとすると、返り値がNullになった。 さらにNullから参照しようとしたため、Object reference not set to an instance of an object …

Read more »

【Unity】M+FONTS(.ttfファイル)をUnityで使用する

フリーに使用できるM+FONTSをUnityで表示させるところまでのメモ。 前提となる知識 フォントファイルの形式 フォントファイルは、.ttf形式か.otf形式でUnityにインポートする必要がある。 フォントファイル …

Read more »