強火で進め

このブログではプログラム関連の記事を中心に書いてます。

2011-06-29から1日間の記事一覧

部屋が汚いんじゃない・・・

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

Unity3DStudentの「Beginner B12 – Input with Axes」のメモ書き

Unity 3D Video Tutorials | 100% Free | Beginner B12 – Input with Axes | The Best Way to Learn Video Game Development http://www.unity3dstudent.com/2010/07/beginner-b12-input-with-axes/ キー入力の処理方法の解説。この解説では Input.GetAxis()…

Unity製ゲーム「Pierrot Death」

XXIIVV ∴ Interactive http://wiki.xxiivv.com/Interactive こちらのサイトでUnity製のゲームがいくつか公開されているのを見つけました。 ※Unity製ですがMacアプリ版しか公開されてない様です。どれも個性的なゲームですが自分は「Pierrot Death」というゲ…

command /usr/bin/codesign failed with exit code 1 のエラーが出た時の対処法

検索してみたら古い証明書と新しい証明書とが存在する時に発生するらしいとの事。その辺りはもちろん気を付けてるのでそういう状態では無いんですねよね。うーん、しょうが無いのでちゃんとエラー文を読んでみるとなんとAdobe AIRで使われてるっぽいあるファ…