emanisgrand / boost

0 stars 0 forks source link

⚠️ Animation Tree Signal Fail #30

Closed emanisgrand closed 5 months ago

emanisgrand commented 5 months ago

image He should be executing the Flying animation. I think it got unparented in code. Fix this ASAP.

emanisgrand commented 5 months ago

This was a few separate issues.

  1. Ensuring that the reference to the GeneralSkeleton in script was made unique with the % modifier.
    • This was how the Animation Player was referring to the animations.
  2. Made the Racer tscb reference local to the Player scene to remove the root error whenever the animation was called.
    • Animations were still working, but this was causing an error since there was no reference to the Skeleton in the actual Player scene.