Modular Character System
  • Overview
  • Setup
  • Demo Scenes
  • System Overview
    • Modular Character
    • Wearable
    • Wearable Set
      • Character Preset
      • Wearable Set Data
    • Wearable Database
    • Character Style
    • Cosmetic Styles
      • Skin Style
      • Eye Style
    • Character Morphs
  • Troubleshooting
  • Asset Updates
  • Reference
    • Scripting Guide
      • Modular Character Manager Functions
        • Wearables
          • EquipWearable
          • RemoveWearable
        • Wearable Sets
          • EquipWearableSet
          • EquipWearablePreset
          • RevertSetToDefaults
          • GenerateRandomSetFromDatabase
        • Materials
          • SetWearableMaterial
          • SetWearableMaterialArray
          • SetEyeStyle
          • SetSkinStyle
          • SetBodyMaterial
          • SetFaceMaterial
          • SetEyeMaterial
        • Character Morphs
          • SetBlendshapeOnAllMeshes
          • UpdateSetMorphValues
          • ApplySetMorphValuesToCurrentSet
          • ApplyCurrentMorphValuesToNew...
        • Face Merging
          • MergeFace
          • UnmergeFace
          • DestroyMergedFace
        • Saving and Loading
          • SaveCharacterPrefab
          • SaveCharacterPreset
          • SaveDataAsJSON
          • LoadCharacterFromJSON
      • Character Style Functions
        • GetAllWearablesOfCategory
        • GetAllNonDefaultWearablesOfCategory
        • GetWearableByName
        • CheckIfDefaultItem
      • Hidden Wearable Manager Functions
        • SetSlotStatusFromManagerType
        • AddWearableSlotToHiddenList
        • CheckHiddenListForWearable
  • Changelog
  • EXTERNAL LINKS
    • Stellar Game Assets Website
    • Join me on Discord
Powered by GitBook
On this page

Setup

Prepare your Base Packs and AddOn Packs.

PreviousOverviewNextDemo Scenes

Last updated 2 months ago

Prepare Your Character Packs

Import Base packs before you import any AddOn packs.

  1. Download and import your Base Character(s)

    If you purchased from the Unity Asset Store: Navigate to the Package Manager (in Unity’s top menu: Window > Package Manager). Select "My Assets" from the Packages drop-down menu and then use the search bar to quickly find your packages. You will need to Download the package first, and then import it into the project.

    If you purchased from the Stellar Game Assets website: Import the package(s) into Unity via Assets > Import Package > Custom Package.

  2. Update Character Styles

    Add-On Packages come with a Wearable Database asset, which is located in Assets > Stellar Game Assets > MCS > Content > Characters > AddOns > (AddOnName) > Database. Select the corresponding Character Style asset, which will be located in Assets > Stellar Game Assets > MCS > Content > Characters > Character Styles > (Base Character). Drag the Wearable Database for the Add-On pack into the Wearable Database array for the Character Style.

  3. Update Cosmetic Options

    If an AddOn pack includes cosmetic options, such as skin or eye styles, add them to the Character Style for the Base Pack as well.