• Products
  • Features
  • Mod Master
  • Download
  • Games
  • Blog
  • Pricing

R2API_Prefab

Autor:RiskofThunderLast updated:19/12/2022 01:27:283.4M15KB

Risk of Rain 2 R2API_Prefab-1-lagofast mod master

Pre-dependencies

Mod Introduction

API for Prefab creation, networking and duplication

R2API.Prefab - Prefab Creation, Networking and Duplication.

About

R2API.Prefab is a submodule assembly for R2API that allows mod creators to add new Prefabs to the game, these prefabs can later be instantiated like regular prefabs.

Use Cases / Features

The prefabs created via PrefabAPI are mainly created using the method, which instantiates a clone of an existing prefab and leaves it disabled and stored in memory, or create a new prefab using the CreateEmptyPrefab method, this sleeping state mimic the behaviour like regular prefabs in the Unity Editor.

By default the InstantiateClone method assume that it is a prefab with a NetworkIdentity component, and will attempt to register it internally using the RegisterNetworkPrefab method described below

If its not the case make sure to make the bool argument is false when calling InstantiateClone.

You can also use this API for registering prefab to the network client catalog so that its properly networked (when using NetworkServer.Spawn for example) by using the RegisterNetworkPrefab

Related Pages

Changelog

'1.1.1'

  • Remove unused parameter from CreateEmptyPrefab method.

'1.1.0'

  • Add CreateEmptyPrefab method.

'1.0.4'

  • Initial fixes for SOTS DLC2 Release.

'1.0.3'

  • Add missing BepInDependency to R2API.ContentManagement

'1.0.2'

  • Fix the NuGet package which had a dependency on a non-existent version of R2API.Core.

'1.0.1'

  • Fix some rare cases of prefabs not being correctly network registered.

'1.0.0'

  • Split from the main R2API.dll into its own submodule.
This tool is provided by the third party [bufftool]Attention icon

Download Mods For Free

Install LagoFast, start Risk of Rain 2 and play with the mods you love.