ClientSim icon indicating copy to clipboard operation
ClientSim copied to clipboard

Client Simulator for World Building

Results 57 ClientSim issues
Sort by recently updated
recently updated
newest added

I've created a PlayMode test for my scene which derives from ClientSimWorldTestBase. The test setup is identical to "ClientSimWorldTestExampleScene" as provided in the Samples. When running the test, all references...

When using a Flare Layer component, The PlayerCamera is not copying it when entering play mode.

Since ClientSim 1.2.5, when you enter in play mode, it creates this "New Game Object" which seems to have no purposes at all. ![Screenshot_2](https://github.com/vrchat-community/ClientSim/assets/31825109/c9a956a3-af26-4326-a38e-c5ee7b43ce50)

Closes #96 Pretty simple fix, Assign the dummy gameobject created to a variable so we can destroy it once we are done with it

Having ClientSim integrated in VRChat SDK is easier to install. But it completely destroys its "open source" advantages. Forks, PR, and other git features are useless now.

Found a spelling error in one of the gameobjects that gets added to the scene ![image](https://github.com/vrchat-community/ClientSim/assets/32679887/ecee32ba-2cc9-47ed-b62e-e8070dbb1b89) its named DestkopTrackingData, which is obviously incorrect

![Screenshot 2023-10-21 171122](https://github.com/vrchat-community/ClientSim/assets/6138701/7775b259-0dbc-4a51-8bc6-c55cef1eda01) I get the standard "In order to use ClientSim... apply the settings..." dialog. I close that. I have a ClientSim Settings tab and I press the "Apply...

In order to improve performances, this method will enable/disable the camera stacking based on the ClientSim Menu state.

Apply VRChat input Axes When in play mode VRC Input is not detected. ![Screenshot 2023-10-19 132104](https://github.com/vrchat-community/ClientSim/assets/11568865/62a5d904-b3c8-4bc8-aa91-27c41048d2af) ![Screenshot 2023-10-19 132222](https://github.com/vrchat-community/ClientSim/assets/11568865/3f9410bb-42fe-47d4-90da-bed1a8339b7c)

This error message appears in the console when removing a remote player with ClientSim. The spawned remote player remains in the hierarchy and is not properly destroyed. ![Screenshot_1](https://github.com/vrchat-community/ClientSim/assets/31825109/15a907c4-0f3b-4049-8204-60d87b3d68a9) Afaik, it...