強火で進め

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

2017-10-01から1ヶ月間の記事一覧

Unity 2017.2 で Androidビルドで「CommandInvokationFailure: Failed to re-package resources.」というエラーで失敗する時の対処法

console に表示されたエラー文の中で重要そうな箇所はこちら。 stderr[ AndroidManifest.xml:5: error: Error: String types not allowed (at 'configChanges' with value 'mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|scre…

Texture から Texture2D への変換

【参考情報】 Reading pixel data from material.mainTexture returns grey color - Unity Answers http://answers.unity3d.com/questions/1271693/reading-pixel-data-from-materialmaintexture-return.html Texture を RenderTexture を経由して、 Texture…

Unity の2017.3ベータで iOS の ProMotion に対応

(2019/01/06 追記) Unity 2018.x 以降では設定画面の Enable ProMotion Support にチェックを付ける事で対応できます。 Unity - Manual: Player settings for the iOS platform https://docs.unity3d.com/Manual/class-PlayerSettingsiOS.html (追記ここまで…