Version: 2019.4

Cache.maximumAvailableStorageSpace

マニュアルに切り替える
public long maximumAvailableStorageSpace ;

説明

Allows you to specify the total number of bytes that can be allocated for the cache.

This value can be set to a smaller number in order to limit the amount of storage space used by cached AssetBundles. PC/Mac Standalone applications and iOS/Android applications have a limit of 4 GiB. This property does not account for total available storage space. If a user's computer has less available storage space on the drive where the cache is located than maximumAvailableStorageSpace, the full amount of maximumAvailableStorageSpace will not be usable. Cache storage is allocated on an as-needed basis in order to minimize storage space usage.