작동 방식
생성부터 통합까지 세 단계.

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.
최신 게임 개발을 위해 제작됨
자산을 대규모로 관리, 공유 및 수익화하는 데 필요한 모든 것.

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.
게임 엔진 플러그인
SDK 및 API 문서를 통해 자체적으로 구축할 수 있습니다.
설치
npm install @gamevault/sdk사용법
import { createSDK } from '@gamevault/sdk';
const sdk = createSDK({ baseUrl: '...', apiKey: '...' });
const result = await sdk.search({ query: 'pixel art' });설치
npm install @gamevault/phaser-sdk사용법
import { PhaserSDK } from '@gamevault/phaser-sdk';
const sdk = new PhaserSDK({ apiKey: '...' });
const sprite = await sdk.loadSprite('asset-id');설치
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?;설치
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")설치
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");설치
Enable 'GasIo' plugin in Epic Launcher사용법
#include "GasIoClient.h"
FGasIoClient Client;
Client.SetApiKey(TEXT("your-key"));
Client.SearchAssets(TEXT("pixel art"), 20, 0, Callback);설치
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');설치
npm install @gamevault/react-native-sdk사용법
import { useSearch } from '@gamevault/react-native-sdk';
const { data } = useSearch({ query: 'pixel art' });설치
pip install gas-io사용법
from gas_io import GasClient
client = GasClient("https://api.gamevault.com")
assets = client.search("pixel art")설치
Add package: ios-sdk via Swift Package Manager사용법
import GameVaultSDK
let client = GASClient(apiKey: "your-key")
let assets = try await client.search("pixel art")설치
implementation 'com.gamevault:sdk:1.0.0'사용법
val client = GasClient(apiKey = "your-key")
val assets = client.search("pixel art")AI 기반
자산 생성기
플랫폼에서 직접 AI를 사용하여 게임 준비가 된 스프라이트, 지형 및 음향 효과를 생성하세요.
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.
동력 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
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