Skip to content

Fix to avoid setting Velocity on a Kinematic Rigidbody in ClientSimPositionSyncedHelperBase.cs#134

Merged
Dexvoid merged 1 commit into
vrchat-community:mainfrom
DrakenStark:patch-1
Jul 23, 2026
Merged

Fix to avoid setting Velocity on a Kinematic Rigidbody in ClientSimPositionSyncedHelperBase.cs#134
Dexvoid merged 1 commit into
vrchat-community:mainfrom
DrakenStark:patch-1

Conversation

@DrakenStark

Copy link
Copy Markdown
Contributor

Fixes the following error:

Setting linear velocity of a kinematic body is not supported. UnityEngine.Rigidbody:set_velocity (UnityEngine.Vector3) VRC.SDK3.ClientSim.ClientSimPositionSyncedHelperBase:Respawn () (at ./Packages/com.vrchat.worlds/Integrations/ClientSim/Runtime/Helpers/ClientSimPositionSyncedHelperBase.cs:87) VRC.SDK3.ClientSim.ClientSimObjectSyncHelper:RespawnObject (VRC.SDK3.Components.VRCObjectSync) (at ./Packages/com.vrchat.worlds/Integrations/ClientSim/Runtime/Helpers/ClientSimObjectSyncHelper.cs:18) VRC.SDK3.Components.VRCObjectSync:Respawn ()
VRC.Udon.Wrapper.Modules.ExternVRCSDK3ComponentsVRCObjectSync:__Respawn__SystemVoid (VRC.Udon.Common.Interfaces.IUdonHeap,System.Span`1) VRC.Udon.VM.UdonVM:Interpret ()
VRC.Udon.UdonBehaviour:RunProgram (uint) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:1156) VRC.Udon.UdonBehaviour:RunProgram (string) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:1130) VRC.Udon.UdonBehaviour:SendCustomEvent (string) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:2082) VRC.Udon.ClientBindings.UdonEventScheduler:ProcessTimeEvents (VRC.Udon.Common.Enums.EventTiming) VRC.Udon.ClientBindings.UdonEventScheduler:RunScheduledEvents (VRC.Udon.Common.Enums.EventTiming) VRC.Udon.UdonManager:Update () (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonManager.cs:454)

Fixes the following error:

Setting linear velocity of a kinematic body is not supported.
UnityEngine.Rigidbody:set_velocity (UnityEngine.Vector3)
VRC.SDK3.ClientSim.ClientSimPositionSyncedHelperBase:Respawn () (at ./Packages/com.vrchat.worlds/Integrations/ClientSim/Runtime/Helpers/ClientSimPositionSyncedHelperBase.cs:87)
VRC.SDK3.ClientSim.ClientSimObjectSyncHelper:RespawnObject (VRC.SDK3.Components.VRCObjectSync) (at ./Packages/com.vrchat.worlds/Integrations/ClientSim/Runtime/Helpers/ClientSimObjectSyncHelper.cs:18)
VRC.SDK3.Components.VRCObjectSync:Respawn ()
VRC.Udon.Wrapper.Modules.ExternVRCSDK3ComponentsVRCObjectSync:__Respawn__SystemVoid (VRC.Udon.Common.Interfaces.IUdonHeap,System.Span`1<uint>)
VRC.Udon.VM.UdonVM:Interpret ()
VRC.Udon.UdonBehaviour:RunProgram (uint) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:1156)
VRC.Udon.UdonBehaviour:RunProgram (string) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:1130)
VRC.Udon.UdonBehaviour:SendCustomEvent (string) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:2082)
VRC.Udon.ClientBindings.UdonEventScheduler:ProcessTimeEvents (VRC.Udon.Common.Enums.EventTiming)
VRC.Udon.ClientBindings.UdonEventScheduler:RunScheduledEvents (VRC.Udon.Common.Enums.EventTiming)
VRC.Udon.UdonManager:Update () (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonManager.cs:454)
@github-actions

github-actions Bot commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@DrakenStark

Copy link
Copy Markdown
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@Dexvoid Dexvoid left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this!

@Dexvoid
Dexvoid merged commit 0ad4351 into vrchat-community:main Jul 23, 2026
1 of 2 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants