Superbstingray / UdonPlayerPlatformHook

Prefab to make players follow moving colliders correctly. Effectively parents players to objects.
MIT License
77 stars 2 forks source link

Errors #3

Closed AshTHP closed 1 year ago

AshTHP commented 1 year ago

in the latest version of the VRchat SDK and Udon sharp gives me an error

Capture

I have no clue how to fix this

is there a way for it to be fixed?

Superbstingray commented 1 year ago

That error will appear when there is no player controller. For example when you go to build and publish in the older SDK versions or try run in editor play mode without ClientSim active. The error doesn't cause any issues but I will still update the script to prevent it from showing.

AshTHP commented 1 year ago

alright thank you