You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ALCOR pod has several switches that control animations on the part via the animateExterior flag. Currently, if you click the switch to open the top shutter, the animation continuously loops.
This appears to happen because OTHER props are using looping animations, which sets the animation component's wrapMode to looping:
JonnyOThan
changed the title
Top shutter loops its animation when opened
Multiple animation clips on the same object can interfere (ALCOR top shutter)
Jan 31, 2024
The ALCOR pod has several switches that control animations on the part via the animateExterior flag. Currently, if you click the switch to open the top shutter, the animation continuously loops.
This appears to happen because OTHER props are using looping animations, which sets the animation component's wrapMode to looping:
https://github.com/JonnyOThan/RasterPropMonitor/blob/240ee4d1e8ca1114c8948221be3245f79fb11e8e/RasterPropMonitor/Auxiliary%20modules/JSICallbackAnimator.cs#L333
Need to figure out if we can set just the animation state or clip to loop/once mode and still have everything work.
The text was updated successfully, but these errors were encountered: