コガネブログ

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

2025-06-01から1ヶ月間の記事一覧

【Unity】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.

概要 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 …

【Unity】Failed to install CocoaPods for the current user.

はじめに 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…

【Unity】Smart Slicer 2D Pro で「NullReferenceException: Object reference not set to an instance of an object」

概要 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…

【Unity】firebase g_jvm != nullptr

概要 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…