All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams
Documentation · Quick Start · QQ Group: 467608841 / 233840761
Object Storage Tencent COS Component - Provides the Tencent Cloud Object Storage (COS) implementation for the Object Storage component. This package implements the upload manager for Tencent Cloud COS, allowing you to upload files and directories to Tencent Cloud COS buckets.
Choose one of the following methods:
-
Edit your Unity project's
Packages/manifest.jsonand add thescopedRegistriessection:{ "scopedRegistries": [ { "name": "GameFrameX", "url": "https://gameframex.upm.alianblank.uk", "scopes": [ "com.gameframex" ] } ], "dependencies": { "com.gameframex.unity.objectstorage.tencent": "1.1.0" } }scopescontrols which packages are resolved through this registry. Only packages whose names start withcom.gameframexwill be fetched from it. -
Add to
manifest.jsondependencies:{ "com.gameframex.unity.objectstorage.tencent": "https://github.com/gameframex/com.gameframex.unity.objectstorage.tencent.git" } -
Use Package Manager in Unity with Git URL:
https://github.com/gameframex/com.gameframex.unity.objectstorage.tencent.git -
Clone the repository into your Unity project's
Packagesdirectory. It will be loaded automatically.
| Platform | Supported |
|---|---|
| Windows | Yes |
| macOS | Yes |
| Linux | Yes |
| Android | Yes |
| iOS | Yes |
- QQ Group: Join via QR Code
| Package | Description |
|---|---|
com.gameframex.unity.objectstorage |
1.0.0 |
See Releases for changelog.
See LICENSE.md for license information.