Skip to content

Update VRPlayerItemAdapter.cs#359

Merged
piotrb92 merged 1 commit into
mainfrom
Piotr_VRPlayerItemAdapterFix
Apr 24, 2026
Merged

Update VRPlayerItemAdapter.cs#359
piotrb92 merged 1 commit into
mainfrom
Piotr_VRPlayerItemAdapterFix

Conversation

@piotrb92
Copy link
Copy Markdown
Contributor

only added a check if Rigidbody is not null before setting isKinematic to false
This script assumed everything grabbable will have a rigidbody
As a result, ladders were not working.
It was also conflicting with the climbing system that I was working on.

added a check if Rigidbody is not null before setting isKinematic to false
This script assumed everything grabbable will have a rigidbody
As a result, ladders were not working.
It was also conflicting with the climbing system that I was working on.
@piotrb92
Copy link
Copy Markdown
Contributor Author

@JaXt0r

@piotrb92 piotrb92 requested a review from JaXt0r April 23, 2026 23:24
@piotrb92 piotrb92 merged commit bd6637e into main Apr 24, 2026
2 checks passed
@piotrb92 piotrb92 deleted the Piotr_VRPlayerItemAdapterFix branch April 24, 2026 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants