1. Live2DViewerEX
  2. News
  3. 2023.10.24

2023.10.24

[h3]Version: 2023.10.8 -> 2023.10.24[/h3]

  • Live2D: Added layer support for expression
    You can set expressions to the motion events with different layers, and they can be triggered at the same time. If you want to clear the expression at specified layer, use 'clear_exp X', where X is the layer number.

    How to use layer: https://live2d.pavostudio.com/doc/en-us/exstudio/live2d-editor-tutorial/#multiple-motion-groups-play-simultaneously

  • Live2D/Spine: Added support for the name with space (e.g. file, parameter, part, slot..)
    The program will automatically add a backslash [\] before a space in the name as an identifier of the space, and remove the backslash when executing the command.
    Please note that the program can only automatically add a backslash to the name selected from the selection panel. You need to add a backslash before the space in the name if you write the command manually.

    For example:
    change_cos my model.model3.json
    -->
    change_cos my\ model.model3.json