Lab3 Docs
  • Lab3 Studio content and Character Builder Documentation
  • Getting Started
    • What is Character Builder?
    • Quick Integration Guide
  • SUPPORT
    • Accessing Legacy Versions
    • Common Issues
      • Character Stops Animation
      • Sample Character Unable to Move
      • Skeletal Merging Nodes Corruption
  • CHARACTER BUILDER
    • Changelog and Roadmap
    • What is an Item ID
    • Body Types
    • Data Assets and their function
  • CHARACTER PACKS
    • Iris Modular
Powered by GitBook
On this page
  1. CHARACTER BUILDER

What is an Item ID

PreviousChangelog and RoadmapNextBody Types

Last updated 9 months ago

You might want to learn more about Data Assets and their function first to have more insight on the topic

Every single item provided by the packs has its own unique ID assigned in its respective Item Data Asset. It is an integer of length of 9 digits with a format of XXYYYZZCC

XX - body type, currently in use - 10 and 20 (female and male) YYY - pack number item belongs to ZZ - item number in the pack CC - variation of the item

ID is used a lot to indirectly and non-destructively reference items across different packs which might or might not be present in your project/selection of items for the character.

Usage of Item ID:

  • Selection of currently equipped items

  • Setting material collection tags

  • Picking right alternative meshes for Mesh Replacement System

  • Item filtering by body type

  • Banning incompatible items from being equipped

  • UI interaction with component

Learn more about

Body Types
Example Item Definition Data Asset