なえ箱

メモを植えます

2023-08-22から1日間の記事一覧

FileNotFoundException: Could not find file ‘/**/**/**.aab’. の解決方法【Unity】

久しぶりにアップデートするアプリケーションのビルドをしようとした時、こんなエラーが。 FileNotFoundException: Could not find file '/**/**/**.aab'. FileNotFoundException: Could not find file '///**.aab'. apkでビルドするとapkファイルはちゃんと…

【Unity】The asset at [Path] has been scheduled for reimport during the Refresh loop and Loading of it has been attempted

Unityのバージョンを上げて、アプリをビルドしようとしたらこんなエラーが。 The asset at [Path] has been scheduled for reimport during the Refresh loop and Loading of it has been attempted 見たことないエラーだったので調べたのをメモ。 「Fonts」…