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

chore: final 2.0.0 clean up tasks #3052

Merged
merged 12 commits into from
Sep 9, 2024

Conversation

NoelStephensUnity
Copy link
Collaborator

@NoelStephensUnity NoelStephensUnity commented Sep 7, 2024

This PR will remain open prior to testing to get any minor touch up/clean up tasks.

Resolves issue MTTB-219
Resolves issue MTTB-400 (back-ported via #3055)
Resolves issue MTTB-401

Changelog

  • Added: Tooltips for all of the NetworkObject component's properties.

  • Fixed: Issue where an exception could occur when receiving a universal RPC for a NetworkObject that has been despawned.

  • Changed: NetworkTransformEditor now uses NetworkTransform as the base type class to assure it doesn't display a foldout group when using the base NetworkTransform component class.

  • Changed: NetworkAnimator.Awake is now a protected virtual method.

  • Changed: When invoking NetworkManager.ConnectionManager.DisconnectClient during a distributed authority session a more appropriate message is logged.

Testing and Documentation

  • No tests have been added.
  • Contains updates to the NetworkTransform.Teleport XML API documentation.

Add unique message when invoking NetworkConnectionManager.DisconnectClient while in a distributed authority session.
Make the NetworkTransformEditor use NetworkTransform as the base type so it doesn't show a foldout group when using a non-derived component.
Adding ToolTips to NetworkObject (MTTB-184)
Just log a warning when developer logging is enabled if a client or server receives a universal RPC message for a NetworkObject that does not exist.
Making NetworkAnimator.Awake a protected and virtual method.
removing using directive.
@NoelStephensUnity NoelStephensUnity marked this pull request as ready for review September 9, 2024 18:20
@NoelStephensUnity NoelStephensUnity requested a review from a team as a code owner September 9, 2024 18:20
Adding changelog entries.
updating XML API documentation for `NetworkTransform.Teleport`
@NoelStephensUnity NoelStephensUnity merged commit 1d22804 into develop-2.0.0 Sep 9, 2024
24 checks passed
@NoelStephensUnity NoelStephensUnity deleted the chore/final-ngo-2-0-0-clean-up branch September 9, 2024 23:01
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.

1 participant