DEVELOP 【Unity6】WinMergeでプロジェクトまるごと比較する際に無視するフォルダを指定する UnityのProjectフォルダをまるごと差分比較したくなり、WinMergeを使って差分を抽出しようと思いました。その際Libraryフォルダ等キャッシュファイルは無視したくなったのでここに除外ファイルの作成方法を記します。WinMer... 2025.01.16 DEVELOP
DEVELOP 【Unity】いつの間にか Find References In Project がUnity標準で搭載されていた話 Project内のファイルの参照先を調べる為に FindReferencesInProject2 プラグインを導入していたのですがそれも不要になりそうです。ある日、既存のプロジェクトを更新しようとEditorのバージョンを上げたところ見慣れ... 2025.01.13 DEVELOPUnity
DEVELOP Docker 環境で “Error response from daemon: Ports are not available エラーが出てDockerが起動しない docker-compose up -d --build が失敗した。Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:8080 -... 2024.09.19 DEVELOPWindows
DEVELOP Docker 環境で “docker-credential-desktop.exe”: executable file not found エラーが出てビルドに失敗する docker-compose up -d --build が失敗した。failed to solve: php:7.4-fpm: failed to resolve source metadata for docker.io/library... 2024.09.01 DEVELOPWindows
DEVELOP 【PowerShell】一度きり実行の psで デジタル署名されていませんエラー発生時の対策 Process が Undefined になっている可能性があります。 対策*.psファイル 実行時に以下コマンド追加して実行するSet-ExecutionPolicy -Scope Process -ExecutionPolicy Byp... 2024.08.29 DEVELOPWindows