Unity Netcode Support

Unity

This provides support for loading RPM avatar in a multiplayer application using Netcode and Ready Player Me Unity SDK. This can be used as a reference for anyone wanting to use Ready Player Me Unity SDK to create a multiplayer using Unity Netcode. It also provides a working samples:

  • Avatar Control - It showcases how to have a simple controls for avatar in a multiplayer game.
  • Basic Fighting Game - It showcases a rudimentary PvP fighting game (e.g., Street Fighter, Tekken).
Unity Netcode Support

Installation

Please follow the Installation steps in the Readme on GitHub

Check out the Samples

The package comes with two samples. A basic fighting game, and a simple 3D scene with Avatar Control.

Learn how to import them and how they work from the Readme on GitHub.