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
If you had a leash up front and you want to turn to match the direction it's pulled from (EG: a Collar with the leash on the front) Set set the parameter on your Leash Physbone and config to `Leash_North`.<br/>
@@ -160,13 +161,15 @@ If you had a leash up front and you want to turn to match the direction it's pul
160
161
"PhysboneParameters":
161
162
[
162
163
"Leash_North",
163
-
"Leash_South"
164
+
"Leash_South",
165
+
"Leash_East",
166
+
"Leash_West"
164
167
],
165
168
```
166
169
167
-
We'll parse the name of your leath for North, South, ect based on underscores.
170
+
We'll parse the name of your leath for North, South, ect based on underscores. So `"Tail_South"` would work.
168
171
169
-
Whenever this leash is grabbed and pulled past the deadzone it will begin to turn. <br/>It will continue to turn until it is greater than the deadzone. <br/>
172
+
Whenever this leash is grabbed and pulled past the deadzone it will begin to turn. <br/>It will continue to turn until it is greater than the TurningDeadzone value. <br/>
0 commit comments