Tag: Difference between revisions

From Resonite Wiki
Added Default tags section.
Added more items that have the developer tag. Added world Metadata section. Fixed link.
Line 14: Line 14:
* [[ProtoFlux:Get Tag|Get Tag]] node
* [[ProtoFlux:Get Tag|Get Tag]] node
* [[ProtoFlux:Set Tag|Set Tag]] node
* [[ProtoFlux:Set Tag|Set Tag]] node
=== World MetaData Tags ===
[[World|Worlds]] can have tags that help with searching and organizing worlds in the [[World Browser]] in the [[Dash]]. [[MMC]] uses this feature to help with the world submissions and categories during the competition.


=== Rich Text Formatting ===
=== Rich Text Formatting ===
Line 60: Line 64:
Some items and slots have default tags for your convenience (or sometimes left there by the [[Team|Dev Team]]). Here are some notable items that contain default tags:
Some items and slots have default tags for your convenience (or sometimes left there by the [[Team|Dev Team]]). Here are some notable items that contain default tags:


* The [[Scene Inspector]] & [[Module Snapping Tool]] has a default tag of <code>Developer</code>.
* The [[Scene Inspector]], [[User Inspector]], [[Create New Wizard]], [[ProtoFlux Node Browser]] & [[Module Snapping Tool]] has a default tag of <code>Developer</code>.
* The [[Dev Tool]], [[Material Tool]], [[Glue Tool]], [[Character Collider Setter Tool]], [[Mesh Visibility Tool]], [[Mesh Tool]], [[Rig Mesh Transfer Tool]], [[Object Slicer Tool]], [[Meter Tool]], & [[World Submitter]] has a default tag, but it is an empty string, not a null string for the tag field.
* The [[Dev Tool]], [[Material Tool]], [[Glue Tool]], [[Character Collider Setter Tool]], [[Mesh Visibility Tool]], [[Mesh Tool]], [[Rig Mesh Transfer Tool]], [[Object Slicer Tool]], [[Meter Tool]], [[World Submitter]], & [[Twitch Chat]] has a default tag, but it is an empty string, not a null string for the tag field.
* The [[Geometry Line Brush]] (Default, Highlighter, Screen Mode) has the default Tag of <code>User</code>.
* The [[Geometry Line Brush]] (Default, Highlighter, Screen Mode) has the default Tag of <code>User</code>.
* The [[Camera]] from the [[Resonite Essentials]] [[Public Folders|public folder]] and streaming camera has the default tag of <code>Media.interactive_camera</code>.
* The [[Camera]] from the [[Resonite Essentials]] [[Public Folders|public folder]] and streaming camera has the default tag of <code>Media.interactive_camera</code>.

Revision as of 00:16, 21 March 2025

Tags are Strings that Resonite uses to label slots, Dynamic Variables (Triggers & Receivers), and other objects that require a tag.


How To Use

Tags can be used as a simple label, or it can be part of a complex system. Tags can also be swapped for other tags through ProtoFlux, especially when driving a receiver. Here are the following things that require tags:

World MetaData Tags

Worlds can have tags that help with searching and organizing worlds in the World Browser in the Dash. MMC uses this feature to help with the world submissions and categories during the competition.

Rich Text Formatting

Rich Text Formatting (also known as RTF) tags are used to change how the text renders.

Haptics

There are tags for the Haptics system which allow for more control when using these devices. Here is a list relating to tags:

Tagging For Slots

Sometimes you need to mark a slot to have a certain effect to it, there are components that do that found in Transform -> Tagging within the component browser. Here is a list of them:

Similarly, there is the Assets -> Tagging category that contains the following components:

Why Use Tags

(ToDo)

Unknown Tags

Currently the Delegate Tag Component will crash users in the world when there is an invalid input! DelegateTag With Invalid Type Makes World Unjoinable - Issue 919

Default Tags

Some items and slots have default tags for your convenience (or sometimes left there by the Dev Team). Here are some notable items that contain default tags: