2013-07-01から1ヶ月間の記事一覧
Unityから、iOS, Androidネイティブのアラートダイアログを表示する機能を作りました。 詳細はまた今度かきます https://github.com/asus4/UnityNativeDialogPlugin/tree/develop
メモです。 http://japan.unity3d.com/unity/whats-new/unity-4.2 OpenGL ES 3.0:ためしてみたい イメージエフェクト Bloom モバイル用:PCではよく使っていたので、ありがたい。 Blur モバイル用:被写界深度つきUI。dribbbleではやってそうな感じ。をふと…
https://github.com/asus4/UnityEventListenerPlugin ネイティブとの連携です。 HOW TO USE Unity NativeEventDispatcher.DispatchEevnt ("UNITY_TEST_"+Time.frameCount); iOS [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(…
Unityのプロジェクトフォルダを辿ってシーンを開くのが非常に面倒くさいので。 Editorスクリプト作りました。