コガネブログ

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

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

【Unity】ブラウザで Unity プロジェクトの GUID をアセット名に変換して表示してくれるパッケージ

リポジトリ

【Unity】Embedded package [XXXX] was found in the directory [YYYY]. Please consider changing the directory name to match the package name.

概要 Embedded package [XXXX] was found in the directory [YYYY]. Please consider changing the directory name to match the package name. Unity プロジェクトのバージョンを 2022.3 から 6000.0 にアップデートしたら 上記の警告が出力される現象に遭…

【Unity】[CXX1100] android.ndkVersion is [27.0.12077973] but android.ndkPath /Applications/Unity/Hub/Editor/6000.0.64f1/PlaybackEngines/AndroidPlayer/NDK refers to a different version [27.2.12479018].

概要 Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details > Configure project :unityLibrary Variant 'debug', will keep symbols in binaries for: 'libunity.so' 'libil2cpp.so' 'libmain.so' Variant 'release'…

【Chrome】YouTube トップページのサムネイルのサイズを調整する Tampermonkey 用のユーザースクリプト

概要 // ==UserScript== // @name YouTube トップページのサムネイルのサイズを調整 // @description YouTube トップページのサムネイルのサイズを調整 // @version 0.1 // @match https://www.youtube.com/* // ==/UserScript== (function () { 'use strict…