Nền Tảng GameVault
GameVault Chuyên Nghiệp
Nền tảng hoàn chỉnh để quản lý tài sản trò chơi đa engine. Tải lên, chuyển đổi và phân phối tài sản đến bất kỳ engine nào.
Cách Hoạt Động
Ba bước từ tạo đến tích hợp.

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

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
One-click import into Phaser, Bevy, Godot, Unity, Unreal, and more. Engine plugins handle translation from neutral format to native types.
Được Xây Dựng Cho Phát Triển Game Hiện Đại
Mọi thứ bạn cần để quản lý, chia sẻ và kiếm tiền từ tài sản trò chơi trên quy mô lớn.

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

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

Multi-Engine Support
Native plugins for Godot, Bevy, Phaser, Unity, Unreal, and 6 more platforms.

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

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

Enterprise Security
SSO (SAML/OIDC), SCIM provisioning, API key auth, rate limiting, and DDoS protection.
Plugin Engine Game
Tài liệu SDK và API cho phép bạn tự xây dựng.
Cài Đặt
npm install @gamevault/sdkSử Dụng
import { createSDK } from '@gamevault/sdk';
const sdk = createSDK({ baseUrl: '...', apiKey: '...' });
const result = await sdk.search({ query: 'pixel art' });Cài Đặt
npm install @gamevault/phaser-sdkSử Dụng
import { PhaserSDK } from '@gamevault/phaser-sdk';
const sdk = new PhaserSDK({ apiKey: '...' });
const sprite = await sdk.loadSprite('asset-id');Cài Đặt
cargo add gas-sdk --features json,rtSử Dụng
use gas_sdk::Client;
let client = Client::new("https://api.gamevault.com")
.with_api_key("your-key");
let assets = client.search("pixel art").await?;Cài Đặt
Install 'GAS SDK' from Godot Asset LibrarySử Dụng
var sdk = GasSdk.new("https://api.gamevault.com/api")
sdk.set_api_key("your-key")
var assets = await sdk.search("pixel art")Cài Đặt
Add: com.gas-platform.sdk from npm/git URLSử Dụng
using GasPlatform.Sdk;
var client = new GasClient("https://api.gamevault.com");
var result = await client.SearchAsync("pixel art");Cài Đặt
Enable 'GasIo' plugin in Epic LauncherSử Dụng
#include "GasIoClient.h"
FGasIoClient Client;
Client.SetApiKey(TEXT("your-key"));
Client.SearchAssets(TEXT("pixel art"), 20, 0, Callback);Cài Đặt
flutter pub add gamevault_sdkSử Dụng
import 'package:gamevault_sdk/gamevault_sdk.dart';
final sdk = GameVaultSDK(apiKey: 'your-key');
final assets = await sdk.search('pixel art');Cài Đặt
npm install @gamevault/react-native-sdkSử Dụng
import { useSearch } from '@gamevault/react-native-sdk';
const { data } = useSearch({ query: 'pixel art' });Cài Đặt
pip install gas-ioSử Dụng
from gas_io import GasClient
client = GasClient("https://api.gamevault.com")
assets = client.search("pixel art")Cài Đặt
Add package: ios-sdk via Swift Package ManagerSử Dụng
import GameVaultSDK
let client = GASClient(apiKey: "your-key")
let assets = try await client.search("pixel art")Cài Đặt
implementation 'com.gamevault:sdk:1.0.0'Sử Dụng
val client = GasClient(apiKey = "your-key")
val assets = client.search("pixel art")Tích Hợp AI
Công Cụ Tạo Tài Sản
Tạo sprite, địa hình và hiệu ứng âm thanh sẵn sàng cho game bằng AI — trực tiếp từ nền tảng.
Sprite Animations
Generate spritesheets and animated sequences with AI. Walk cycles, attacks, and idle states.

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

Sound Effects
Generate game audio — footsteps, explosions, UI sounds, ambient loops.
Được cung cấp bởi 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.
Được cung cấp bởi 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.
Các tính năng tạo tài sản yêu cầu đăng ký trả phí với các nhà cung cấp AI tương ứng (PixelLab, ElevenLabs).
Plugin Trình Chỉnh Sửa
Tích Hợp Ứng Dụng
Kết nối các trình chỉnh sửa sprite và tilemap yêu thích của bạn trực tiếp với thị trường. Tạo, duyệt và chia sẻ tài sản mà không cần rời khỏi quy trình làm việc của bạn.
Aseprite
Generate sprites and terrain tiles inside Aseprite. Browse and upload assets.
Lua Extension
Tiled
Generate terrain tilesets with AI and add them to your map. Export finished maps.
JS Extension
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
Sẵn sàng bắt đầu?
Tham gia cùng các nhà phát triển đang xuất xưởng tài sản trò chơi nhanh hơn với Nền Tảng GAS.