You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by HarshithaBR November 27, 2024
Dear Maintainers.
I am able to save a scene as json using the saveScene() method. However; I am unable to load the saved scene, as I want to build a script on top of the saved scene.
I am using the below code to load the scene:
env.step()
env.LoadSceneAsync("dressone.json")
print("loaded the scene")
env.step(20)
Can you please share a work around for this, or how I can get this functionality to work?
Thanks and best regards
Harshitha B R
Allegedly LoadSceneAsync() is not working. Either way, we should write a test case for this function.
The text was updated successfully, but these errors were encountered:
Discussed in #182:
Originally posted by HarshithaBR November 27, 2024
Dear Maintainers.
I am able to save a scene as json using the saveScene() method. However; I am unable to load the saved scene, as I want to build a script on top of the saved scene.
I am using the below code to load the scene:
Can you please share a work around for this, or how I can get this functionality to work?
Thanks and best regards
Harshitha B R
Allegedly
LoadSceneAsync()
is not working. Either way, we should write a test case for this function.The text was updated successfully, but these errors were encountered: