• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.
CUA Animation Monitor

Plugins + Scripts CUA Animation Monitor

Download [<1 MB]
CUAAnimationMonitor - v1.1 Update Log

  • Feature: Added "Reset and Play" Button & Functionality:
    • Added a new UI button "Reset and Play" for each animation slot, positioned above the "Stop/Reset" button.
    • Implemented the ResetPlayAnimation function. This action now stops the animation, resets its playback time to 0, ensures associated marker triggers are reset, and immediately starts playback from the beginning.
  • Enhancement: Trigger Reset Logic:
    • Modified the existing "Stop/Reset" button functionality (StopResetAnimation) to also explicitly reset all associated marker triggers to the non-executed state.
    • Ensured the standard "Play" button (PlayAnimation) also resets triggers upon execution.
  • Bug Fix: Trigger at Time 0s:
    • Addressed issues with triggers set exactly at time 0.0s not firing reliably.
    • Implemented a workaround by modifying the marker time sliders:
      • The minimum value for marker sliders is now set slightly above zero (MinMarkerTimeEpsilon = 0.01f) when an animation clip is loaded.
      • The maximum value is set slightly below the clip length.
Back
Top Bottom