Image asset

Imports an image asset.


Inputs

  • preload asset

    • Sets whether to load the output image asset on graph load or not.
  • asset uri

    • The asset URI (as a string value) that defines what uploaded image asset to output. See Assets for more information.

Outputs

  • asset uri

    • The asset URI of the uploaded image asset as defined by the asset uri input. See Assets for more information.
  • asset name

    • The name of the uploaded image asset (as a string value).

Notes

  • Images can be uploaded to the graph by dragging and dropping the file into the graph viewer.

  • Following image file formats are supported for import:

    • JPEG / JPG
    • PNG
  • Other names for this node include: ImageAsset, Picture, Texture, Bitmap, JPEG, JPG, and PNG.

Examples