We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950ff26 commit 7cabf46Copy full SHA for 7cabf46
README.md
@@ -4,7 +4,7 @@
4
5
for version `1.0.0`
6
```json
7
-"com.virtuesky.disk-space-checker":"https://github.com/unity-package/disk-space-checker-unity.git#1.0.0",
+"com.unity-package.disk-space-checker":"https://github.com/unity-package/disk-space-checker-unity.git#1.0.0",
8
```
9
10
## Use
@@ -18,4 +18,4 @@ for version `1.0.0`
18
float freeSpaceGB = DiskSpaceCheck.GetAvailableDiskSizeInGB();
19
Debug.Log($"free space available on disk: {freeSpace} / {freeSpaceMB} MB / {freeSpaceGB}.");
20
}
21
-```
+```
0 commit comments