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
  • Before You Begin
  • How to Use This Documentation

Overview

An introduction to the Modular Character System.

NextSetup

Last updated 2 months ago

The Modular Character System is a tool developed by Stellar Game Assets for the Unity Engine that allows anyone to create endless combinations of eye-catching characters, right in the Unity Editor.

This documentation will explain how to use the system.

Before You Begin

How to Use This Documentation

The documentation is organized into the following sections:

You will need a basic understanding of the Unity Engine. The website has fabulous introductory tutorials to get you started.

You will need a Modular Base Character Pack. Base Characters include the entire Modular Character System and demos. They are available for purchase on the and the Stellar Game Assets .

: Downloading and importing your Base characters and AddOn packs into a project.

: Everything you need to know to configure your Base Characters and Add-On Packs in the demo scenes. Start creating characters right away!

: The ins and outs of the Modular Character System and its' elements.

: Public functions and scripting references.

Unity Learn
Unity Asset Store
website
SETUP
DEMO SCENES
SYSTEM OVERVIEW
SCRIPTING GUIDE