Skip to content

virtual-maker-net/com.virtualmaker.rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

com.virtualmaker.rpc

Discord openupm openupm

A Bidirectional RPC package for the Unity Game Engine.

Installing

Requires Unity 2021.3 LTS or higher.

The recommended installation method is though the unity package manager and OpenUPM.

Via Unity Package Manager and OpenUPM

  • Open your Unity project settings
  • Select the Package Manager scoped-registries
  • Add the OpenUPM package registry:
    • Name: OpenUPM
    • URL: https://package.openupm.com
    • Scope(s):
      • com.virtualmaker.rpc
  • Open the Unity Package Manager window
  • Change the Registry from Unity to My Registries
  • Add the VirtualMaker.RPC package

Via Unity Package Manager and Git url

  • Open your Unity Package Manager
  • Add package from git url: https://github.com/virtual-maker-net/com.virtualmaker.rpc.git#upm

Documentation

Project Setup

// TODO