Skip to content

Legacy Asset Complexities

An Asset's Complexity adds functionality and logic on top of its Context. Four Complexities have since been retired.

ComplexityWhat it addedEnd of Life
CustomizationAsset Variations2026-04-15
Customization PackageAsset Packages2026-04-15
Soft Currency PackageAsset Packages2026-04-15
RentalRental Content, Rental Tiers2026-04-15

What Replaced Them

  • Customization / Asset Variations — model cosmetic variants as separate Assets, and group them with Metadata or Asset filters.
  • Customization Package and Soft Currency Package / Asset Packages — bundle items with a Catalog Listing, which can grant multiple Assets and Currencies in a single purchase.
  • Rental — there's no direct replacement. Grant the Asset normally and track expiry in your own game logic, or with Metadata on the Asset Instance.

Complexity Specific Data

Each retired Complexity added its own tab to the Asset's page in the Web Console.

Variations tab on an Asset with the Customization Complexity

The Customization Complexity added a Variations tab to the Asset. It stored Asset variations for cosmetic items that were the same Asset with different visual appearances, for example a hat with multiple color variations.

How-To