概要 Failed to upload release. There's been an error processing your distribution. Ensure you are uploading a valid IPA or APK and try again. Additional information about this error: APK cannot be analyzed using aapt dump badging. Firebase…
概要 Error: This project is not linked to a Google Play account. Firebase CLI で Firebase App Distribution に .aab をアップロードしようとしたら 上記のエラーが発生する現象に遭遇した。 .aab をアップロードする場合は Firebase プロジェクトと Go…
概要 「uBlock Origin Lite」をブラウザに追加して Trello のページを開いた状態で「カスタムフィルターの作成」を押して 画面下のバーを選択して 「作成」を押すと、画面下のバーを消すことができる。
スクリプト var activeScene = SceneManager.GetActiveScene(); EditorSceneManager.LoadSceneInPlayMode ( path: activeScene.path, parameters: new LoadSceneParameters( LoadSceneMode.Single ) );
概要 上記のようなクラスを定義して、 メインツールバーを右クリックして定義した機能を選択することで メインツールバーに自作の機能を追加できる メインツールバーにデフォルトで表示されている機能を非表示にすることも可能。 各要素の作り方 ボタン ドロ…
スクリプト
検証結果 Unity AssetBundle の Load / Unload AssetBundle の Load / Unload とTexture2D の Load 6000.2 35.5 秒 92.4 秒 2022.3 34.1 秒 132.7 秒 プラットフォーム:Android Scripting Backend:IL2CPP Texture2D のサイズは 4096x4096 検証端末は Googl…
概要
概要 Unity Hub でプロジェクトを作成する時は組織を選択する必要があるが、 オフラインなら組織を選択せずにプロジェクトを作成できる。
参考サイト様
概要 WARNING: The APKs won't be signed and thus not installable unless you also pass a keystore via the flag --ks. See the command help for more information. E/SplitApkInstallerBase: Failed to commit install session 481543160 with command …
はじめに Failed to install CocoaPods for the current user. It will not be possible to install Cocoapods in the generated Xcode project which will result in link errors when building your application. For more information see: https://guide…
概要 using Slicer2D; using UnityEngine; using Utilities2D; internal sealed class SliceTest : MonoBehaviour { [SerializeField] private Vector2 m_start; [SerializeField] private Vector2 m_end; private void Start() { var slice = new Pair2D( m…
概要 firebase g_jvm != nullptr g_jvm != nullptr UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[]) UnityEngine.Logger:Log(LogType, Object) UnityEngine.Debug:LogError(Object) Firebase.Platform.FirebaseLogger:LogMessage…
概要 ~/Library/Preferences/com.unity3d.UnityEditor5.x.plist EditorPrefs の内容は上記のファイルに保存されている。 defaults read com.unity3d.UnityEditor5.x > unity_prefs.txt open unity_prefs.txt 上記のコマンドで EditorPrefs の内容をテキスト…