Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Frame X Logo

Game Frame X Object Storage Tencent COS

License Version Unity Version Documentation

All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams


Documentation · Quick Start · QQ Group: 467608841 / 233840761


English | 简体中文 | 繁體中文 | 日本語 | 한국어

Project Overview

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.

Official Resources

Quick Start

Installation

Choose one of the following methods:

  1. Edit your Unity project's Packages/manifest.json and add the scopedRegistries section:

    {
      "scopedRegistries": [
        {
          "name": "GameFrameX",
          "url": "https://gameframex.upm.alianblank.uk",
          "scopes": [
            "com.gameframex"
          ]
        }
      ],
      "dependencies": {
        "com.gameframex.unity.objectstorage.tencent": "1.1.0"
      }
    }

    scopes controls which packages are resolved through this registry. Only packages whose names start with com.gameframex will be fetched from it.

  2. Add to manifest.json dependencies:

    {
       "com.gameframex.unity.objectstorage.tencent": "https://github.com/gameframex/com.gameframex.unity.objectstorage.tencent.git"
    }
  3. Use Package Manager in Unity with Git URL: https://github.com/gameframex/com.gameframex.unity.objectstorage.tencent.git

  4. Clone the repository into your Unity project's Packages directory. It will be loaded automatically.

Platform Support

Platform Supported
Windows Yes
macOS Yes
Linux Yes
Android Yes
iOS Yes

Documentation & Resources

Community & Support

Dependencies

Package Description
com.gameframex.unity.objectstorage 1.0.0

Changelog

See Releases for changelog.

License

See LICENSE.md for license information.

About

GameFrameX Unity Tencent COS integration for cloud object storage with upload, download and lifecycle management

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages