APIActive

Normcore Realtime API

Normcore Realtime API for real-time synchronization in Unity, managing rooms and datastore.

Open source page

Field note

What it does

The Realtime API is the API that Normcore uses for all real-time synchronization in Unity. It synchronizes all objects in your scene to the Normcore datastore, building on the lower-level Room + Datastore API. It manages connections and provides components like RealtimeTransform and RealtimeView.

Capabilities

Available capabilities

Tags

Tags

No tags filed yet.

Ways to use it

Ways to use it

No integrations filed yet.

Product features

Product features

Connect() method

Join a room by name.

Join Room On Start

Automatically connects to a room when the application starts if enabled.

Realtime.Instantiate()

Instantiates a prefab on all clients.

RealtimeTransform component

Synchronizes the position of a GameObject.

RealtimeView component

Required on root of realtime prefabs.