1. Live2DViewerEX
  2. News
  3. 2025.1.16 Update

2025.1.16 Update

[h3]Version: 2025.1.16[/h3]

  • [Json Config] Added support for multiple Spine controllers

    • Mouse Tracking
    • Lip Sync
    • Param Hit
    • Param Loop
    • Accelerometer
    • Key Trigger
    The difference between Spine and Live2D controllers is that Live2D is parameter-based, while Spine is animation-based. Therefore, controllers operate at a higher level to play the animation (Except for Param Hit, which only affects the currently playing animation), then set the speed to 0, controlling the animation progress through code. Please keep this in mind when using them.

  • [Json Config] Replaced the 'Loop' property of motion events with 'When reaching the end'

  • [Json Config] Added 'Max Value' and 'Min Value' properties for Param Hit

  • [Json Config] Added 'Pointer Down Motion' and 'Pointer Up Motion' properties to hit areas

  • [Json Config] Fixed an issue where the 'stop_mtn' command was ineffective in certain situations

  • [Json Config] Fixed the 'set_colors' command not working (Spine)

  • [Json Config] Fixed the 'weight' property of controllers not functioning

  • [EX Studio] Added animation duration display to the Spine animation list

  • [EX Studio] Redesigned the motion selection panel in the Json editor

  • [Main App] Fixed an issue where the background turned black in desktop mode on macOS after waking from sleep