Notification delay

World ragdoll restriction
This commit is contained in:
SDraw 2024-07-06 13:26:00 +03:00
parent 9c339f3662
commit 0239ab3057
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
14 changed files with 501 additions and 414 deletions

View file

@ -45,6 +45,9 @@ Optional mod's settings in [UIExpansionKit](https://github.com/ddakebono/Chillou
Available additional parameters for AAS animator:
* **`Ragdolled`:** defines current ragdoll state; boolean.
* Note: Can be set as local-only (not synced) if starts with `#` character.
# World restriction
World creators can restrict ragdolling by creating empty game object with name `[RagdollRestriction]` anywhere in scene.
# Unity Editor Script
You can also trigger the ragdoll via animations on your avatar. To do this you need: