I see what you mean. You will need the Source for this one.
Under AppliedForces.cs add the following under line 11:
public bool resetPreviousLateral;
Under MoveEditorWindow.cs add the following under line 2602:
moveInfo.appliedForces[i].resetPreviousLateral = EditorGUILayout.Toggle("Reset Z Force", moveInfo.appliedForces[i].resetPreviousLateral, toggleStyle);
Finally, under ControlsScript.cs, replace line 1913 with the following:
myPhysicsScript.ResetForces(addedForce.resetPreviousHorizontal, addedForce.resetPreviousVertical, addedForce.resetPreviousLateral);
Will be added on UFE 3.
Like UFE? Please rate and review us on the
Asset Store!
Questions about the Forum? Check out our
Karma FAQ.
Don't forget to check our
discord channel.