Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load saved scenes #187

Closed
thisjustin123 opened this issue Dec 9, 2024 Discussed in #182 · 0 comments · Fixed by #188
Closed

Unable to load saved scenes #187

thisjustin123 opened this issue Dec 9, 2024 Discussed in #182 · 0 comments · Fixed by #188
Assignees

Comments

@thisjustin123
Copy link
Collaborator

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:

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.

@thisjustin123 thisjustin123 self-assigned this Dec 9, 2024
@thisjustin123 thisjustin123 linked a pull request Dec 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants