Skip to main content

String From Asset

Intro

The String From Asset Utility can be used to read strings from Text Assets imported into the Assets Window.

UI

Asset - Drag in a text asset from the Assets Window.

Example
  1. Import a .txt (plain text) file into the Assets Window
  2. Create a String From Asset Utility
  3. Drag the .txt file from the Assets Window into the String From Asset's Asset attribute.
  4. Create a Text Shape.
  5. Connect stringFromAsset.idtext.string.

The Text Shape will show the contents of the .txt file.