コガネブログ

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

2022-02-07から1日間の記事一覧

【Unity】Windows IL2CPP ビルドした時に生成される XXXX_BackUpThisFolder_ButDontShipItWithYourGame はリリースビルドに含めなくていい

概要 https://docs.unity3d.com/ja/current/Manual/WindowsPlayerIL2CPPBuildProducedFiles.html a_BackUpThisFolder_ButDontShipItWithYourGame ゲームのデバッグに必要なデータを格納するフォルダー。 PDB (デバッグ情報) ファイルや、スクリプトから生成…