Skip to content

Conversation

@noellie-velez
Copy link
Collaborator

Purpose of this PR

  • Optimized performance of NetworkObject
  • Internal renaming pass (should this be included in the changelog?):
SceneObject -- > SerializedObject
GetMessageSceneObject --> Serialize 
AddSceneObject --> Deserialize

Jira ticket

MTT-13998

Changelog

  • Changed: Optimized performance of NetworkObject

Documentation

  • No documentation changes or additions were necessary.

Testing & QA (How your changes can be verified during release Playtest)

Functional Testing

Manual testing :

  • Manual testing done

Automated tests:

  • Covered by existing automated tests
  • Covered by new automated tests

Does the change require QA team to:

  • Review automated tests?
  • Execute manual tests?
  • Provide feedback about the PR?

If any boxes above are checked the QA team will be automatically added as a PR reviewer.

Backports

@noellie-velez noellie-velez force-pushed the chore/optimize-network-object branch from 99c801e to fad2fea Compare December 15, 2025 11:34
Copy link
Member

@EmandM EmandM left a comment

Choose a reason for hiding this comment

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

This looks good!

}

internal struct SceneObject
internal struct SerializedObject
Copy link
Member

Choose a reason for hiding this comment

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

Can you add an XML doc here? Something like

"The serialized representation of a NetworkObject.
Used for synchronizing clients on NetworkObject spawn"

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.

3 participants