Skip to content

Unable to load saved scenes #187

@thisjustin123

Description

@thisjustin123

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions