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
After teleporting away from the right thigh, the sponge force takes a very long time (>30, 40 steps?) to zero out. This is very likely due to Unity buffering code that requires a lot of steps to have the force truly zero out.
The sponge should only take a few steps, ideally, to reach zero.
This is likely due to a combination of:
sponge_attr.py (Python)
SpongeAttr.cs (Unity)
ForceReader.cs (Unity)
The text was updated successfully, but these errors were encountered:
Description:
After teleporting away from the right thigh, the sponge force takes a very long time (>30, 40 steps?) to zero out. This is very likely due to Unity buffering code that requires a lot of steps to have the force truly zero out.
The sponge should only take a few steps, ideally, to reach zero.
This is likely due to a combination of:
sponge_attr.py
(Python)SpongeAttr.cs
(Unity)ForceReader.cs
(Unity)The text was updated successfully, but these errors were encountered: