WorkLink Create: The Create Menu
WorkLink Create has built in primitive geometry models as well as 3D text capabilities that can be created/added to your project. This article describes the Create Menu and the use of each element/primitive when added to the scene. You can also right click on the Step Hierarchy to access these primitive objects too.
Empty Object
It can be used to make groups of multiple objects that need a single pivot point or shared object properties. This can be useful for creating animations or for applying a visibility mode to all objects parented by the empty object.
3D Image
This is a special object type that is also automatically created when an image is dragged from the asset library to the Step hierarchy. It can be used to position images in 3D space.
Audio Source
WorkLink Create allows users to enhance AR scenes by embedding 3D audio, making content more immersive. Users can import .mp3 audio files into the Asset Library and add them to scenes via the timeline editor.
Audio sources can be spatialized using the "Is 3D" option, which makes sound originate from its scene location, great for headsets.
A tutorial on how to use mp3 audio can be found here:
Camera
This can be used to create interactive mode cameras. It can also be used as insets in the UI content template.
Directional Light
This can be used to put additional lighting in the scene. Directional lights can be colored to create specific moods. Brightness can be modified as well.
Video Panel
This is a special object type that is also automatically created when a video is dragged from the Asset library to the Step hierarchy. It can be used to position videos in 3D space.
3D Text
Place text in 3D space. Set overall size with the object scale (and optional rich-text <size> tags). With a triggerable plane, you can build 3D UI.
Special characters — Unicode (e.g. Chinese, Japanese) is supported.
Rich text (Unity TextMeshPro)
3D Text accepts TextMeshPro rich text. Tip: use AI to generate TMP markup; default paragraph size is 3.5.
Examples (app):
Size & color (also previewed in Create):
Line breaks: <br> (previewed in Create).
Math / chemistry:
Create preview vs WorkLink App
| In Create | In App |
|---|---|
<color>, <size>
|
Full TMP styling |
Other tags ( <b>, <br>, <i>, <u>, <s>, <mark>, <sup>, <sub>, etc.) — plain text only (tags removed) |
Rendered as styled rich text |
Create does not show bold, italic, underline, highlight, superscript, etc.; those appear only in the app. Use the info icon on the 3D Text Text field for the supported tag list.
Font size notes
- App default TMP size is 3.5 when no
<size>is set. - To match what you see in Create for plain (non-rich) text, use
<size=3.5>or scale sizes relative to 3.5 (e.g.<size=7>≈ 2× default). - Wrap sized/colored spans in
<size=…>when mixing styles so App and Create stay consistent.
Sample block:
Examples
<b>Bold Text</b>
<i>Italic Text</i>
<u>Underlined Text</u>
<s>Strikethrough Text</s>
<color=red>Red Text</color>
<color=#00FF00>Green Text</color>
<color=blue>This is <b>bold</b> and <i>italic</i> in blue</color>
<mark=#FFFF00>Highlighted Text</mark>
<sup>Superscript</sup> and <sub>Subscript</sub>App:
You can even do things like this:
-
Code
<size=3.5>Mathematical notation example:</size> <size=3.5>X<sup>2</sup> + Y<sup>2</sup> = Z<sup>2</sup></size> <size=3.5>Chemical formula example: H<sub>2</sub>O, CO<sub>2</sub></size> - App
Cube, Cylinder, Sphere, Cone
These are default 3D primitives. They can be used to construct elements in 3D. In combination with ghosted mode, an author can also use these to highlight elements/used as triggers.
Plane
This is also a default 3D primitive. It can be used to construct elements in 3D. In combination with ghosted mode, an author can use this to highlight elements/use as triggers. Planes can also be used to construct UI elements in 3D space.
Checklist
This is a shortcut to create a checklist on the active step. It also automatically opens the Checklist Editor.
Object Group
This is a shortcut to create an Object Group. It also automatically opens the Object Groups window.
Material
This is a shortcut to create a new material. It also automatically opens the Asset Library window and selects the newly created material (New Material #). Materials can be assigned to objects through object properties.
UI Template
This is shortcut to create a new UI template. It also automatically opens the Asset Library window and selects the newly created UI Template (New UI Template #). UI templates can be used to create reusable custom UI elements.