1. Live2DViewerEX
  2. News

Live2DViewerEX News

2024.4.21 Update

[h3]Version: 2024.4.21[/h3]

  • Optimized data loading speed after application startup, especially for users with large amount of workshop items.
    Please note that after this update, Control Panel needs to connect to Steam for update and create cache data.

  • Some improvements and bug fixes

2024.4.16 Update: Added 64-bit version (Windows)

[h3]Version: 2024.4.16[/h3]

  • Added 64-bit apps for Windows version (Switch via Instance Manager)
    The 64-bit version removes the 4GB memory limit and can support larger textures for models. However, testing has shown no significant increase in memory usage compared to the 32-bit version. Users can choose between the 32-bit or 64-bit version as needed.
    Note: Only a few key applications have been updated to the 64-bit version, not all applications.

  • Some improvements and bug fixes

2024.3.25 Update

[h3]Version: 2024.3.25[/h3]

  • Added "blend mode" support for Spine textures
  • Some improvements and bug fixes

2024.2.24 Update

[h3]Version: 2024.2.24[/h3]

ADD:
  • Added "add_skins" and "remove_skins" commands to Json config (Spine)
  • Added "Save scale and position" button to the editor, Click to write the current size and position into the Json config -> option


CHANGE:
  • Optimized model bounds editing function
  • Optimized the trigger conditions of the hit areas


FIX:
  • Fixed mouse offset issues on some computers
  • Fixed an issue where the Edit Panel would move outside the desktop when changing models in some cases

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