Datastore Dashboard for Debugging
As a Normcore developer trying to debug a multiplayer game by myself, I would like to type in my room ID to a dashboard and see the datastore in a readable format such that I could play my game by myself and see if the server is getting updates for certain values that I expect. Bonus points if I can artificially "claim ownership" from the dashboard.
I understand I could make a Windows build to run in parallel with my VR game but I would have to build it out. (Unless someone has tips on an easy way to do it!)
4 Replies
you can use parallel sync or unity multiplayer editor to run 2 editor windows
WOO didnt know about this
Wait -- how do you get the Multiplayer Play Mode to work with VR and Normcore? Is there a guide on how to do this?
you can use the xr simulator or just make a keyboard mouse controller
or you can switch between each window with a headset connected and it will control the live window
Okay great, I didnt realize you could click on the other window and it would just take over haha