Get 1Click Maker

Assets โ€‹

If you have built HUDs the old way, you know the ritual: open a texture, copy its UUID, paste it in a notecard, repeat two hundred times, and then discover the notecard is readable by anyone who opens the HUD.

1Click Maker replaces that with assets: drop the files into the HUD, press one button, and pick them from a gallery.

What counts as an asset โ€‹

TypeUsed byNotes
TexturesBlinn-Phong (diffuse, normal, specular), PBR Custom mapsShown as thumbnails
MaterialsMaterial PBRPBR materials created in the SL build tool
SoundsSound
AnimationsAnimation, Object AnimationThe animation must stay in the object that plays it
ObjectsGive ItemsDelivered to the owner
OthersGive ItemsNotecards, landmarks and anything else

How it works โ€‹

  1. Drag the files from your inventory into the HUD's Content tab (the HUD is on the ground).

  2. In the panel, open Assets and click Search for assets. The HUD reads its Content and reports every item with its UUID and name.

  3. Pick assets in any action form by clicking the image slot, or straight from a function card with Quick Swap.

Full walkthrough in Inserting Assets.

The assets window with textures loaded. Tabs switch between asset types.
The assets window with textures loaded. Tabs switch between asset types.

Are my assets safe? โ€‹

While you build, yes, the HUD holds copies of your textures and sounds. That is only for you, on the ground. When you press Finish:

  • every texture, sound, material and object is removed from the HUD's Content (animations stay, they must be in the object to play),
  • the actions keep only the UUIDs, stored inside the scripts' protected memory,
  • nobody can open the finished HUD and pull your textures out of it.

Keep one working copy

Finish deletes the assets from that object. Your inventory still has the originals, and the project in the cloud remembers every UUID. Reopening the project with EDIT does not require re-adding the assets unless you want to scan new ones.

Local vs. Storage โ€‹

The dropdown in the assets window switches between Local (assets found in this HUD by the last scan) and Storage (assets saved to your account, shared across projects). Use Storage for textures you reuse in many products.

Memory cost โ€‹

Assets themselves cost almost nothing; the actions that use them are what count. An action referencing a texture stores its UUID (36 characters) once, even if fifty buttons use the same texture. See Memory.