Overview¶
This document describes how to implement various interactions by writing a model.json configuration file.
About model.json¶
- model.json is a configuration file that describes the relationships between resource files of a model. It can also define various interaction events
- Modelers can export a basic configuration file through Cubism Editor and supplement it through the official Live2D Viewer
- Live2DViewerEX extends the functionality based on the official configuration file to provide a richer interactive experience
About this document¶
The document contains the following
- Configuration (SDK2): Introduces all configurable properties in model.json
- Configuration (SDK3): Introduces all configurable properties in model3.json
- Examples: Examples of using properties