Built-In integrations

These are integrations with 3rd party packages that are supported out-of-the-box:

Mirror

Mirror is an Open Source Networking library for Unity.
Request is meant to work with this library, so no further actions are required if you already have it in your project.

Modula

With Modula integration you are given an easier way to manage your requests: placeholder for GIF showing the possibilities

To use Request with Modula:

  • add RequestManager to your scene
    "+" > Modula > RequestManager
  • click “Add” on each request type you need to support with this manager
  • in code, send requests simply by invoking RequestManager.$RequestName$.Send(callback);