さけのさかなのブログ

同人ゲーム開発やってます。Unity使ったりする。

2021-06-23から1日間の記事一覧

アセットバンドル備忘録

//キャッシュファイルのパス設定 var cachePath = System.IO.Path.Combine(Application.persistentDataPath, "cache"); System.IO.Directory.CreateDirectory(cachePath); var cache = Caching.AddCache(cachePath); Caching.currentCacheForWriting = cache…