Skip to content

jackboz/UnitySDK-CoreAsync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravity SDK is a tool for authorizing users who own wearables from Gravity Layer and loading assets into a scene in Unity.

Installation

Copy the files from this repository into a separate folder in your Unity project. For instance, into Assets/Plugins/GravityLayer/CoreAsync.

Alternatively you can download a Unity package file from Releases. To install the package

  1. Go to “Assets / Import Package / Custom Package”
  2. Select gravitylayer-unitysdk-coreasync.unitypackage
  3. Click “Import”

Usage

A single entry point for Gravity SDK is the class GravityLayerEntryPoint.

You can connect to Gravity API by calling GravityLayerEntryPoint.GLayerConnection.EstablishConnection()

You can fetch user’s wearables by calling GravityLayerEntryPoint.Wardrobe.FetchWearables()

For more details see our documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%