Archive for 3月, 2014

 

blender animation 作成

3月 30th, 2014

30+30分で出来るマニュアル http://wiki.blender.org/index.php/Doc:JA/2.6/Manual/Your_First_Animation/1.A_static_Gingerbread_Man http://wiki.blender.org/index.php/Doc:JA/2.6/Manual/Your_First_Animation/2.Animating_the_Gingerbread_Man これを何回か繰り返したらショートカットも覚えられるかも? こちらは次の段階、人のベースに良さそうです。 http://wiki.blender.org/index.php/Doc:JA/2.4/Tutorials/Animation/BSoD/Character_Animation 複数アニメの作成は dope_sheet > action editor > xボタン > newで新規アニメ armatureのAnimationが1つだけになってしまうけど良いみたい。 pose modeで option+r で元の体制に戻る。

Read full article | コメントは受け付けていません。

unity : blender animationの取り込み

3月 30th, 2014

legacyでそのまま利用出来ましたが、 mecanimを利用したい時はこうやるようです。 http://qiita.com/ivoryfunc/items/22d770556978533ad554 http://qiita.com/ivoryfunc/items/5c6fd959b31f803b856e Mecanim on Unity 4.3 実例による新機能の紹介 http://www.slideshare.net/YosukeM/unity-fukuoka04

Read full article | コメントは受け付けていません。

unity : admob iOS編, ios リリース覚え書き

3月 27th, 2014

https://github.com/mikito/unity-admob-plugin を利用させていただきます。 android用に利用させていただいた物はiAd利用でしたので、iAdはすぐ利用出来るようですが、admobが良くわからないのでとりあえずこちらを利用させていただきます。 * そもそもiosのリリースを良く覚えてない。 ひさびさなのでまた手探りで・・・ * app idとか登録する https://developer.apple.com !!! chromeだとボタン押しても止まるので、safariで。 1. app idを登録 2. provisioning profile 登録 まずは、dev用を作成してみた。 Your provisioning profile is ready.でダウンロードして 昔のメモ xcodeにprofileはセットしたけど、deviceが無いと・・・ USBで接続したら、Xcodeがなにかうねうね動いて設定している模様・・・ Processing symbol files from ///みたいな 終わって実行しても、deviceがなんとかとエラーが出たので Organaizerが開かれていて、端末を選択すると [ Use for development ] というボタンがあるのでクリック。 で実行。 でコンパイルエラーで止まる。 capabilitiesの gamecenter , in app perchaseが更新されるとOK でとりあえず、端末でテストしてadmobも無事表示された。 リリース用のdistributionのprofileを作成して、同じくダウンロードして反映させてコンパイルで * 修正したときの append or […]

Read full article | コメントは受け付けていません。

unity : google playに公開した。unity初めて数日でわかった事。

3月 27th, 2014

公開用 apk 作成も一瞬でした。 build settings > android > player settings > publishing settings で、キー生成もすべてできます。 apk を google play に登録するだけ。 キー生成のコマンドも不要。キーファイルどこにあるかな?とか考える必要もなく。 あとは、数時間待つだけ https://play.google.com/store/apps/details?id=com.groundroad.coincatcher ぶたさんがコインをキャッチするゲームを作りました。 初めてのunityだったのですが、ここまで 入門:6〜8時間くらい? 全26回のドットインストールで http://dotinstall.com/lessons/basic_unity モデル生成: blender でブタを作成。 10時間くらい。モデル生成から歩くアニメーションまで。 http://www.blender.org/ blenderの入門動画 https://www.youtube.com/user/SpreadBlender/videos unityでプログラム作成 : 12時間くらい。 http://japan.unity3d.com/ 開始から30-40時間でここまで出来ました。凄過ぎる。 かなり調べながらだったので、いくつかゲーム作成した経験がある人なら 1日で作れると思います。 プログラミングはほぼ何もしてない気がします。 unity , blenderなどのツールがまず凄いですね 3Dゲームがこんなに簡単に作れるとは思いませんでした。 みんなunityと言っている意味がやってみてようやくわかりました。 普通のゲームであれば、あとはゲームロジックだけなので高度の知識はほとんど要らないと思います。 modelを作るのはかなり経験がないと難しいか?と思ったのですが シンプルな物は自分で作れる事がわかりました! あとは、入門動画が凄かったです。 同じ内容の本を読んだとしても10倍くらいスピードが違うと思います。動画作成してくれている方々に感謝です。 *ある程度わかってから本を読むと読むだけでだいたいわかるので、本が有効になるかと思います。

Read full article | コメントは受け付けていません。

gimp数字が入力出来なくなった。。。

3月 27th, 2014

http://dezisaru.com/imac/1041.html 原因はOSのupdateかなと思います。 macの方は是非チェックを。 blenderでテンキー設定したのでそれか?と思ったりよくわからなくなりましたが os updateしたら勝手に?ショートカット設定されていただけのようです。

Read full article | コメントは受け付けていません。

unity オーディオ再生

3月 26th, 2014

http://docs.unity3d.com/Documentation/ScriptReference/AudioSource.PlayOneShot.html 一回毎。 mp3 => wav変換コマンド afconvert -f WAVE -d LEI16 test.mp3 test.wav

Read full article | コメントは受け付けていません。

unity : iPhone simulator向け

3月 26th, 2014

player settings > SDK version > Simulator SDKを選択

Read full article | コメントは受け付けていません。

android apk実機転送コマンド

3月 25th, 2014

$ adb install -r ~/git/unity/android_roll_ball.apk 3211 KB/s (9694818 bytes in 2.948s) pkg: /data/local/tmp/android_roll_ball.apk Success

Read full article | コメントは受け付けていません。

unity admobの広告を追加

3月 25th, 2014

https://github.com/keijiro/unity-adbanner-example http://game-oj.blogspot.jp/2013/04/admob.html Error building Player: UnityException: Bundle Identifier has not been set up correctly Please set the Bundle Identifier in the Player Settings. The value must follow the convention ‘com.YourCompanyName.YourProductName’ and can contain alphanumeric characters and underscore. Each segment must not start with a numeric character or underscore. Build settings ビルドセッティングの下の Player Settingsとあります で android […]

Read full article | コメントは受け付けていません。

gpg 暗号化コマンド

3月 14th, 2014

$ gpg –version gpg (GnuPG) 2.0.14 libgcrypt 1.4.5 $ gpg –gen-key gpg (GnuPG) 2.0.14; Copyright (C) 2009 Free Software Foundation, Inc. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ご希望の鍵の種類を選択してください: (1) RSA and RSA (default) (2) DSA and Elgamal (3) DSA […]

Read full article | コメントは受け付けていません。