Naming and tags
Documentation for Naming and tags in the FCU designer guide, covering setup, configuration, workflows, and troubleshooting for Unity projects.
Tags are needed to clarify the import of your layout, or to assign scripts to some objects in Unity. Component name format with tag: "tag - name - info". Most components don't need a tag.
"tag" - tag of the component. It is needed so that the importer can understand exactly how to import this object. The tag is part of the component name.
"-" or "/" - required separators. Separates the tag from everything after it.
"name" - component name. Specify the logical purpose of the component here, for example
- btn - menu open
"info" - any information you want to include in the name of this component.
Examples with "-" separator:
- btn - menu open
- bg - circle pattern
- img - avatar
