Skip to content
GameVault LogoGameVault

GameVault 平台

GameVault 专业版

完整的跨引擎游戏资产管理平台。上传、转换和分发资产到任何引擎。

工作原理

从创建到集成的三个步骤。

Create & Upload
步骤 01

Create & Upload

Generate assets with AI or upload your own. Sprites, sounds, scenes, and animations — all managed in one place.

Share via .gas Format
步骤 02

Share via .gas Format

Assets are bundled into the universal .gas interchange format — a ZIP-based bundle with a JSON manifest that any engine can read.

Import in Any Engine
步骤 03

Import in Any Engine

One-click import into Phaser, Bevy, Godot, Unity, Unreal, and more. Engine plugins handle translation from neutral format to native types.

专为现代游戏开发而设计

管理、共享和大规模获利游戏资产所需的一切。

Blazing-Fast CDN

Blazing-Fast CDN

Global edge delivery ensures assets load in milliseconds, no matter where your players are.

API-First Design

API-First Design

249 REST endpoints, GraphQL, and MCP server. Integrate asset management into your CI/CD pipeline.

Multi-Engine Support

Multi-Engine Support

Native plugins for Godot, Bevy, Phaser, Unity, Unreal, and 6 more platforms.

Universal .gas Format

Universal .gas Format

Cross-engine interchange format with neutral types for sprites, sounds, scenes, and logic.

Asset Marketplace

Asset Marketplace

Browse, purchase, and sell game assets. Built-in storefronts, analytics, and donation support.

Enterprise Security

Enterprise Security

SSO (SAML/OIDC), SCIM provisioning, API key auth, rate limiting, and DDoS protection.

游戏引擎插件

SDK 和 API 文档允许您构建自己的。

GodotGodot
BevyBevy
PhaserPhaser
UnityUnity
UnrealUnreal
JavaScriptJavaScriptnpm

安装

npm install @gamevault/sdk

用法

import { createSDK } from '@gamevault/sdk';
const sdk = createSDK({ baseUrl: '...', apiKey: '...' });
const result = await sdk.search({ query: 'pixel art' });
PhaserPhasernpm

安装

npm install @gamevault/phaser-sdk

用法

import { PhaserSDK } from '@gamevault/phaser-sdk';
const sdk = new PhaserSDK({ apiKey: '...' });
const sprite = await sdk.loadSprite('asset-id');
Rust / BevyRust / Bevycargo

安装

cargo add gas-sdk --features json,rt

用法

use gas_sdk::Client;
let client = Client::new("https://api.gamevault.com")
    .with_api_key("your-key");
let assets = client.search("pixel art").await?;
GodotGodotaddon

安装

Install 'GAS SDK' from Godot Asset Library

用法

var sdk = GasSdk.new("https://api.gamevault.com/api")
sdk.set_api_key("your-key")
var assets = await sdk.search("pixel art")
UnityUnityupm

安装

Add: com.gas-platform.sdk from npm/git URL

用法

using GasPlatform.Sdk;
var client = new GasClient("https://api.gamevault.com");
var result = await client.SearchAsync("pixel art");
UnrealUnrealplugin

安装

Enable 'GasIo' plugin in Epic Launcher

用法

#include "GasIoClient.h"
FGasIoClient Client;
Client.SetApiKey(TEXT("your-key"));
Client.SearchAssets(TEXT("pixel art"), 20, 0, Callback);
FlutterFlutterpub.dev

安装

flutter pub add gamevault_sdk

用法

import 'package:gamevault_sdk/gamevault_sdk.dart';
final sdk = GameVaultSDK(apiKey: 'your-key');
final assets = await sdk.search('pixel art');
React NativeReact Nativenpm

安装

npm install @gamevault/react-native-sdk

用法

import { useSearch } from '@gamevault/react-native-sdk';
const { data } = useSearch({ query: 'pixel art' });
PythonPythonpip

安装

pip install gas-io

用法

from gas_io import GasClient
client = GasClient("https://api.gamevault.com")
assets = client.search("pixel art")
iOS (Swift)iOS (Swift)spm

安装

Add package: ios-sdk via Swift Package Manager

用法

import GameVaultSDK
let client = GASClient(apiKey: "your-key")
let assets = try await client.search("pixel art")
Android (Kotlin)Android (Kotlin)maven

安装

implementation 'com.gamevault:sdk:1.0.0'

用法

val client = GasClient(apiKey = "your-key")
val assets = client.search("pixel art")

人工智能驱动

资产生成器

直接从平台使用 AI 生成游戏就绪的精灵、地形和音效。

Sprite Animations

Sprite Animations

Generate spritesheets and animated sequences with AI. Walk cycles, attacks, and idle states.

Terrain Tilemaps

Terrain Tilemaps

AI-generated terrain tilesets with autotile support. Ground, water, cliff, and vegetation tiles.

Sound Effects

Sound Effects

Generate game audio — footsteps, explosions, UI sounds, ambient loops.

由...提供支持 ElevenLabs

Music Generation

Create original game soundtracks, background music, and ambient tracks.

Video Generation

Generate cutscenes, trailers, and promotional videos from text descriptions.

Text-to-Speech

Character dialogue, narration, and voice acting with realistic AI voices.

由...提供支持 ElevenLabs

Creature Generator

Design unique creatures and characters with AI. Sprites, stats, and animations.

NPC Generator

Create NPCs with personalities, dialogue trees, and quest hooks.

World Generator

Build game worlds with biomes, civilizations, settlements, and lore.

资产生成功能需要付费订阅相应的 AI 提供商(PixelLab、ElevenLabs)。

编辑器插件

应用程序集成

将您最喜欢的精灵和瓦片地图编辑器直接连接到市场。在不中断工作流程的情况下生成、浏览和共享资产。

Aseprite

Aseprite

Generate sprites and terrain tiles inside Aseprite. Browse and upload assets.

Lua Extension

Tiled

Tiled

Generate terrain tilesets with AI and add them to your map. Export finished maps.

JS Extension

LDtk

LDtk

CLI integration for LDtk Level Designer. Generate tilesets and upload maps.

CLI Tool

Piskel

Browse and import marketplace sprites directly in Piskel.

Extension

Pixelorama

GDScript plugin for Pixelorama with full marketplace integration.

GDScript Plugin

LibreSprite

Open-source sprite editor integration with marketplace access.

GDScript Plugin

准备好开始了吗?

加入使用 GAS 平台更快地交付游戏资产的开发者。