コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

2025-12-19から1日間の記事一覧

【雑記】/usr/local/bin/firebase: line 1: Not: command not found

概要 /usr/local/bin/firebase: line 1: Not: command not found Firebase の CLI を最新版に更新したら上記のエラーが発生するようになった。 head -n 5 /usr/local/bin/firebase ターミナルで上記のコマンドを実行したら Not Found% と表示される状態だっ…

【雑記】POCO F7 を購入した時に参考にしたサイト様

概要

【Unity】CommandInvokationFailure: Unable to query OpenGL version information.

概要 CommandInvokationFailure: Unable to retrieve device features information. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. /Applications/Unity/Hub/Editor/2022.3.…

【Android】Mac で Android 端末のアプリを簡単に管理できる「Debloatfy」

概要 Windows には「ADB AppControl」というツールがあるが、 これと同等の機能を持つ Mac 用のアプリを調べていたところ 「Debloatfy」というアプリが使いやすかった。 Android 端末の開発者向けオプションを有効にして、 USB デバッグをオンにして Mac に…

【Unity】POCO F7 にビルドしたアプリの動作が重かった時にやったこと

概要 Android 端末の POCO F7 で開発中の Unity アプリのエージングテストを実行してみたら 妙に時間がかかる状態だった。 端末 テストにかかった時間 AnTuTu Benchmark のスコア POCO F7 1 時間 53 分 2179683 Pixel 6a 1 時間 12 分 941863 ベンチマークの…

【Unity】CommandInvokationFailure: Unable to query OpenGL version information.

概要 CommandInvokationFailure: Unable to query OpenGL version information. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. /Applications/Unity/Hub/Editor/2022.3.62f2…

【Unity】DeploymentOperationFailedException: Installation failed. See the Console for details.

概要 DeploymentOperationFailedException: Installation failed. See the Console for details. at UnityEditor.Android.AndroidDeploymentTargetsExtension.UploadAPK (UnityEditor.Android.AndroidBuildProperties buildProperties, UnityEditor.Android.…