Skip to content

Commit

Permalink
Add sps docs for scaling and deformation
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkyDragon committed Apr 24, 2024
1 parent a5280b0 commit 4dd66b5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/60-sps/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,26 @@ In your animation, you can scale up the overall mesh (uniformly), then create an
## Troubleshooting

### Plug seems to work in the editor, but doesn't deform in game
### Plug seems to work in the editor, but doesn't deform in game?

Ensure you have `Avatar Self Interact` enabled in the VRChat settings menu.

import selfInteract from '../assets/sps/self-interact.png';

<img src={selfInteract} width="300px"/>

### Plug works in game for sockets on my avatar, but not for sockets on other avatars
### Plug works in game for sockets on my avatar, but not for sockets on other avatars?

Ensure the other player has allowed interactions for you. You should see a yellow hand in their name card when your menu is open.

You should also verify that they actually have their socket enabled in the SPS menu. Verify if their socket works for others to determine if the issue is on your end or theirs.

### Deformation works, but depth animations / sounds do not work?

Plugs and sockets stored within worlds, and un-upgraded DPS (not SPS) on other avatars, cannot trigger depth animations because they do not contain contacts.
Ask the other player to install VRCFury and run `Tools > VRCFury > SPS > Upgrade Legacy Haptics` to upgrade their DPS with contacts.
There is no solution to this problem for objects stored within worlds.

### Other question?

Ask on the discord!

0 comments on commit 4dd66b5

Please sign in to comment.