2015-01-01から1年間の記事一覧

WWW Texture support画像形式 について

WWW.texture The data must be an image in JPG or PNG format JPGかPNGのみ Unity - Scripting API:docs.unity3d.com Does GIF-with-alpha not work for Textures loaded via WWW? - Unity Answers

AVAudioPlayer のmute について

コレと同じように実装 How to mute audio in AVAudioPlayer? http://stackoverflow.com/questions/13880443/how-to-mute-audio-in-avaudioplayer - (IBAction)speakerOnOff:(id)sender { static BOOL muted = NO; if (muted) { [player setVolume:1.0]; } el…

python json 力技変換

import json print json.dumps("文字列") これで変換できる。テキストは"が\"になるので置換するとOK

Apple Xcode 実機テストの端末追加方法 & Account Revoke 解決法

2015 / 1/ 29 Apple Xcode 実機テストの端末追加方法 今まで使っていたProvisioningProfileをDevCenterからDeleteする。 新しい名称にして、作成しなおす。必要な端末を選択する。 XcodeのPreferenceから更新する。 .Mobileprovisionをダウンロードしてクリ…