Metaverse SDK icon
Build Virtual Worlds

3D DEVELOPMENT

Create Immersive Experiences

The Minati Metaverse SDK provides everything you need to build stunning virtual worlds, games, and social experiences in Minativerse.

Choose from Unity, Unreal Engine, or Web SDKs depending on your platform and performance requirements.

MyWorld.cs
// Unity C# Example
using Minati.Metaverse;

public class MyWorld : MinatiWorld {

    void Start() {
        // Initialize world
        WorldConfig config = new WorldConfig {
            maxPlayers = 1000,
            worldId = "my-world-id"
        };

        Initialize(config);

        // Spawn player avatar
        Avatar avatar = SpawnAvatar(PlayerData.Current);
        avatar.OnInteract += HandleInteraction;
    }

    void HandleInteraction(InteractionEvent e) {
        if (e.target.HasNFT) {
            ShowNFTDetails(e.target.nftData);
        }
    }
}

SDK Platforms

Choose your development platform

🎮
Unity SDK
v2.5.0

Full-featured SDK for Unity game engine with native C# bindings

Avatar System World Building Physics Integration Multiplayer Sync NFT Integration Voice Chat
🎬
Unreal Engine SDK
v2.3.0

High-fidelity SDK for Unreal Engine 5 with Blueprint support

Nanite Support Lumen Lighting Character Creator Landscape Tools Marketplace Bridge Streaming
🌐
Web SDK
v3.0.0

Browser-based SDK using Three.js and WebXR for web experiences

Three.js Core WebXR Ready Mobile Optimized Progressive Loading React Components TypeScript

Core Features

Powerful tools for immersive experiences

👤
Avatar System

Create and customize 3D avatars with extensive customization options

🌍
World Building

Tools to create interactive virtual environments and spaces

👥
Multiplayer

Real-time synchronization for thousands of concurrent users

💰
Economy

Built-in MNTC and NFT integration for virtual economies

🎤
Voice & Chat

Spatial audio and text chat for immersive communication

📊
Analytics

Track user behavior, engagement, and monetization

Use Cases

What you can build with the Metaverse SDK

Virtual Events

Host concerts, conferences, and meetups for millions

ConcertsConferencesWeddingsFestivals
Gaming

Build play-to-earn games with NFT integration

RPGsRacingSportsPuzzle
Commerce

Create immersive shopping experiences

FashionReal EstateShowroomsGalleries
Education

Interactive learning environments and classrooms

ClassroomsLabsMuseumsTraining

Get Started

Build your first world in minutes

1
Download SDK

Get the SDK for your platform

2
Import Package

Add SDK to your project

3
Build World

Create your virtual space

4
Publish

Deploy to Minativerse

Build Your World

Download the SDK and start creating immersive virtual experiences today.

UnityUnrealWeb
logo
logo