-
-
Notifications
You must be signed in to change notification settings - Fork 992
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Presence): ensure position rewind does not go through walls
The Position Rewind script was not translating the position correctly and could end up actually projecting the user through the wall rather than rewinding them back to their original position. The rewind logic has now been changed to make it work correctly. The Position Rewind script now also just uses the Body Physics script for dealing with the play area rigidbody.
- Loading branch information
1 parent
8add2f3
commit ebcd139
Showing
3 changed files
with
51 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters