InputStreamからデータを受け取ろうとして、read()をwhile内で呼び続ける処理を書いたのですが、ここでいくつか躓いてしまったのでメモ。 躓き1 InputStream.read()のブロック InputS …
Category Archives: 開発 - Page 11
【Java】InputStream.read()でブロックされていることに気がつかず、躓いてしまった
Posted by NaruAkitsuki
on 2015年11月1日
【Java】InputStream.read()でブロックされていることに気がつかず、躓いてしまった はコメントを受け付けていません
【Unity】Failed to add the asset file size for
Posted by NaruAkitsuki
on 2015年10月29日
【Unity】Failed to add the asset file size for はコメントを受け付けていません
今日のエラー Consoleに Failed to add the asset file size for ***.*** なる黄色アイコンの警告がたくさん表示された。 解決法 公式の報告スレより、Unityのバージョン …
【Unity】AnimationEvent has no function name specified!
Posted by NaruAkitsuki
on 2015年10月28日
【Unity】AnimationEvent has no function name specified! はコメントを受け付けていません
【Unity】uGUIのUI描画や操作性を追加するコンポーネント
Posted by NaruAkitsuki
on 2015年10月25日
【Unity】uGUIのUI描画や操作性を追加するコンポーネント はコメントを受け付けていません
文字やイメージといったUIにエフェクトを追加できるコンポーネントがuGUIに標準で備わっていて、簡単便利。 描画に関わるコンポーネント Shadow UIの輪郭に影を付けてくれる。 http://docs.unity3d …
【Unity】テキストファイルを読み込もうとすると、ArgumentException: The thing you want to instantiate is null.
Posted by NaruAkitsuki
on 2015年10月24日
【Unity】テキストファイルを読み込もうとすると、ArgumentException: The thing you want to instantiate is null. はコメントを受け付けていません
今日のエラー テキストをロードしようとすると、返り値がNullになった。 さらにNullから参照しようとしたため、Object reference not set to an instance of an object …