Skip to content

Allow to load and unload objects from other scenes#8592

Merged
4ian merged 3 commits into
masterfrom
object-loading-scene
May 14, 2026
Merged

Allow to load and unload objects from other scenes#8592
4ian merged 3 commits into
masterfrom
object-loading-scene

Conversation

@D8H
Copy link
Copy Markdown
Collaborator

@D8H D8H commented May 12, 2026

  • Fix manually loaded objects not being unload with their scene

- Fix manually loaded objects not being unload with their scene
@D8H D8H requested a review from 4ian as a code owner May 12, 2026 16:16
Comment thread GDJS/tests/tests/ResourceLoader.js Outdated
Co-authored-by: Florian Rival <Florian.rival@gmail.com>
for (const objectGroup of sceneData.objectsGroups) {
if (objectGroup.name === objectGroupName) {
return objectGroup;
for (const objectGroupData of sceneData.objectsGroups) {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@4ian 4ian merged commit e2de846 into master May 14, 2026
5 checks passed
@4ian 4ian deleted the object-loading-scene branch May 14, 2026 08:56
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 this pull request may close these issues.

2 participants