Skip to content

AttachmentTag

A ScriptableObject label used to categorize attachables and attachment points for filtering.

Namespace: Octoputs.Core
Inherits: ScriptableObject

Overview

AttachmentTag is a lightweight ScriptableObject that acts as a reusable label. Assign tags to AttachableObjects and AttachmentPoints, then use tag-based filters to control which objects can attach where. Create tags via Create > Jungle > Octoputs > Attachment Tag.

Properties

Property Type Description
description string Free-form text describing the tag's purpose. Displayed as a text area in the Inspector.

See Also