Jump to Content
MetaFab
HomeRecipesAPI ReferenceDiscussions
v1.5.1

Log InMetaFab
Log In
v1.5.1HomeRecipesAPI ReferenceDiscussions

👋 WELCOME

  • MetaFab Introduction
  • MetaFab vs. Other Solutions
  • Language & Framework SDKs
    • Unity SDK
    • Android SDK
    • C# SDK
    • C++ - Unreal Engine 4 SDK
    • GO SDK
    • Java SDK
    • JavaScript SDK
    • PHP SDK
    • Python SDK
    • Rust SDK
    • Swift - iOS SDK
    • TypeScript SDK

⚙️ SYSTEM OVERVIEWS

  • Players
  • Currencies
  • Items
  • Shops
  • Crafting
  • Lootboxes
  • Transaction Management
  • Ecosystems & Cross-Game Interoperability
  • Game Interoperability

🚀 TUTORIALS

  • First Steps (Start Here)
  • Creating Game Currencies
  • Creating & Managing Players
  • Creating & Managing Items
  • Creating & Managing Shops
  • Rate Limits & Custom RPCs
  • Auth Page Setup
  • Ecosystem & SSO Setup

🔑 KEY CONCEPTS

  • The MetaFab Philosophy
  • Understanding MetaFab's Gasless Transactions
  • MetaFab's Pricing & Business Model
  • Game "Wallet" & "Funding Wallet" Explained
  • Security
  • Supported Chains

📝 CONTRACTS

  • Contract Ownership & No Lock-In
  • Custom Contracts With Gasless Transactions & EOA Support

Unity SDK

Suggest Edits

C# - Unity SDK

The C# Unity SDK utilize UnityWebRequest with async/await support.

C# Unity SDK Download, Repository & Documentation

You can install it by adding the following to your Packages/manifest.json

"com.metafab.sdk": "https://github.com/MetaFabInc/metafab-csharp-unity.git",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.3"

Updated 6 months ago


  • Table of Contents
    • C# - Unity SDK