Skip to content

Tiny Kingdom: Character Editor

Nate River edited this page Aug 24, 2026 · 3 revisions

About

Create tiny characters for RPG, roguelike or adventure games. Change skins and equipment at runtime. Combine with other Tiny Kingdom assets. Get on the Asset Store.

How to use

  • Open and run CharacterEditor scene to build characters.
  • Instantiate Character prefab in your scene.
  • Change Setup string properties of CharacterBuilder component for runtime setup.
  • Use CreatureController script as an example to build your own control system.
  • Use FaceExpressions script to change face emotions.
  • Use SortingOrder to update sorting order at runtime.

Clone this wiki locally