Skip to content

Commit 98810a1

Browse files
committed
storage: release v1.0.0
1 parent a2603c1 commit 98810a1

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

Packages/MobileSupportStorage/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release notes
22

3+
## v1.0.0 - 2024/11/06
4+
5+
- Behaviour changes :warning:
6+
- iOS: includeDeletableCaches parameter of `GetInternalUsableSpace()` was previously set to `false` by default, but now set to `true` by default
7+
38
## v0.2.0 - 2022/08/16
49

510
- New Features :rocket:

Packages/MobileSupportStorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Or, open `Packages/manifest.json` and add the following to the dependencies bloc
5858

5959
If you want to set the target version, write as follows.
6060

61-
- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportStorage#storage/0.2.0
61+
- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportStorage#storage/1.0.0
6262

6363
Note that if you get a message like `No 'git' executable was found. Please install Git on your system and restart Unity`, you will need to set up Git on your machine.
6464

Packages/MobileSupportStorage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jp.co.cyberagent.unity-mobile-support-storage",
33
"displayName": "Mobile Support - Storage",
4-
"version": "0.2.0",
4+
"version": "1.0.0",
55
"unity": "2019.4",
66
"description": "Tools to support storage of mobile like iOS/Android.",
77
"keywords": [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Scripts ars split into multiple packages, so choose packages what you only need.
77

88
| Package | Description | Latest Version | Readme Link | Changelog Link |
99
|-------------|------------------------------------------------------|----------------|----------------------------------------------------------|----------------------------------------------------------------|
10-
| Storage | Functions to retrive information about storage | v0.2.0 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) |
10+
| Storage | Functions to retrive information about storage | v1.0.0 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) |
1111
| Thermal | Functions to retrive information about thermal | v2.0.0 | [README.md](Packages/MobileSupportThermal/README.md) | [CHANGELOG.md](Packages/MobileSupportThermal/CHANGELOG.md) |
1212
| AndroidGame | Functions to integrate with Android GameManager APIs | v1.1.0 | [README.md](Packages/MobileSupportAndroidGame/README.md) | [CHANGELOG.md](Packages/MobileSupportAndroidGame/CHANGELOG.md) |
1313
| QualityTuner | Package to get hardware specs and tool to decide quality level | v1.0.0 | [README.md](Packages/MobileSupportQualityTuner/README.md) | [CHANGELOG.md](Packages/MobileSupportQualityTuner/CHANGELOG.md) |

0 commit comments

Comments
 (0)