[Worlds SDK 3.7.5] Allow Play Mode regardless of Scene Descriptor existent or not.
tracked
BluWizard
As of the latest SDK, I can no longer debug certain things, or go into Play Mode, WITHOUT a Scene Descriptor added into the Scene. This was previously possible in earlier versions of the SDK.
I know you are begging the user to use ClientSim, but please allow Play Mode to work without a Scene Descriptor. Just simply disable ClientSim when there's no Scene Descriptor in the current Scene. Simple as that. Just allow Play Mode and change the error to say "There's no Scene Descriptor. ClientSim will not operate."
Reason being is that I use a blank World Project for debugging things that are unrelated to Udon or the World itself, such as testing Particles and Vertex Shader effects.
I will also echo that even
Disabling ClientSim manually STILL BLOCKS Play Mode.
Please fix this. Attached is a screenshot of the Error that will always appear when attempting Play Mode without a Scene Descriptor, and ClientSim settings.
Log In
Fax
Merged in a post:
ClientSim can't find a scene descriptor even though it's disabled
jangxx
I'm trying to create some images with the Unity Recorder, so I created a new empty scene in my worlds project and added a single object. Now I have to enter playmode to take the screenshot, but starting playmode fails with an "Unable to find scene descriptor in scene" error, even when I unchecked the "Enable ClientSim" checkbox in the ClientSim settings.
Come to think of it, I think it would be best if I didn't even have to disable ClientSim if no scene descriptor is present, since that means the scene is not a VRChat world, but that's beyond the scope of this bug report.
Worlds SDK version: 3.7.4
Jar
Yes please - I have some scenes I use for development that I don't want/need client sim running in.
This used to work fine, why was this changed? Were people having getting confused by missing a scene descriptor? I dont see how that happens very often since you need one to build and test anyway
Edit - For anyone having this problem, it looks like you can turn off the Enable ClientSim checkbox, and disable the gameobject with the Scene Descriptor, and it will let you enter play mode.
Still though, ideally it should probably just always let you enter play mode if you have the checkbox off
StormRel
tracked