Skip to content

fix: [Backport] MTTB-1273 Inconsistent scene name in scene event #3487

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

Merged

Conversation

EmandM
Copy link
Collaborator

@EmandM EmandM commented Jun 5, 2025

MTTB-1278
fixes: #3418

Changelog

  • Added: A ScenePath field on the SceneEvent returned by the OnSceneEvent callback.
  • Fixed: Various bugs around the OnSceneEvent callback.

Testing and Documentation

  • Includes unit tests.

Backport

This is a backport of #3458

Copy link
Collaborator

@NoelStephensUnity NoelStephensUnity left a comment

Choose a reason for hiding this comment

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

Some areas I noticed differences...

@sentinel-u3d sentinel-u3d bot requested a review from NoelStephensUnity June 5, 2025 19:33
NoelStephensUnity and others added 7 commits June 9, 2025 13:55
Removing the System.Text from StringBuilder since System.Text is included in a using directive.
removing using directive that is not needed.
…nity.netcode.gameobjects into backport/fix/mttb-1273/inconsistent-scene-name-in-scene-event
…nity.netcode.gameobjects into backport/fix/mttb-1273/inconsistent-scene-name-in-scene-event
Copy link
Collaborator

@NoelStephensUnity NoelStephensUnity left a comment

Choose a reason for hiding this comment

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

Ding
🔔
Looks good Emma!

@EmandM EmandM merged commit 7d4e850 into develop Jun 12, 2025
42 checks passed
@EmandM EmandM deleted the backport/fix/mttb-1273/inconsistent-scene-name-in-scene-event branch June 12, 2025 17:49
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.

SceneName in SceneEvent contains inconsistent values
2 participants