Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tutorial:Plugin creation/DataModelAssemblyType: Difference between revisions

From Resonite Wiki
basic information on DataModelAssemblyType. I dont know what UserspaceCore is though so I'm not adding a description
 
(No difference)

Revision as of 17:41, 15 July 2024

DataModelAssemblyType is a special enum which tells FrooxEngine what type of assembly a plugin is. It has the following values:

Value Description
Core This is a required assembly for the datamodel. Marks your session as incompatible when loaded.
UserspaceCore
Optional This is an optional assembly, it needs to be manually activated when opening a world
Note: Currently you cannot select assemblies on a per-session basis and so no optional assemblies are currently loaded.
Dependency This assembly is used as a dependency for other assemblies.