Commit c803c72
authored
* fix
enabling the NetworkTransform debug information.
* test
This verifies the authority warning is working on the client side.
* style
MTT-1291
Added some additional comments and making sure this branch is tracked in the task.
* update
Added Unity.Netcode.Components to test project's runtime assembly so we can write tests for the components in this test assembly.
* style
white space removal
* update
only need to check for isRotationDirty as this is only set when any of the SyncRotAngle[xyz] are set to true.
* style
* update
Fixes the issue where there was no minimum threshold value which meant a user could set the threshold to zero which would cause non-authoritative false-positive warnings.
Fixes the issue where NetworkRigidBody was only setting IsKinematic to true when the NetworkObject was spawned which could cause non-authoritative false-positive warnings.
Fixes the issue where the very next frame update after OnNetworkSpawn could cause non-authoritative false-positive warnings.
Fixes the issue where changing the parent could cause non-authoritative false-positive warnings.
Fixes the issue where rotation was improperly checking for a delta rotation that was larger than the rotation threshold.
* style
removing commented out code
* style
updating an removing some comments.
* update
Fixing some issues Fatih caught.
Refactoring when we have to delay for the authority check. It is only needed when the parent changes.
Removing data size spam messages when LogLevel.Developer.
Adding scale and rotation to the test as well as verification that there is no notification when below the threshold.
* style
* update
Adding warning message when any threshold is below the minimum threshold value during OnValidate.
* Update CHANGELOG.md
* Update CHANGELOG.md
* fix
fixing some merge issues.
* update
removing authority warning related code.
* update
removing components reference since it is no longer needed.
* update
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
1 parent 4008889 commit c803c72
File tree
2 files changed
+0
-42
lines changed- com.unity.netcode.gameobjects
- Components
- Runtime/Core
2 files changed
+0
-42
lines changedLines changed: 0 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
289 | 287 | | |
290 | 288 | | |
291 | 289 | | |
| |||
523 | 521 | | |
524 | 522 | | |
525 | 523 | | |
526 | | - | |
527 | | - | |
528 | 524 | | |
529 | 525 | | |
530 | 526 | | |
| |||
601 | 597 | | |
602 | 598 | | |
603 | 599 | | |
604 | | - | |
605 | | - | |
606 | 600 | | |
607 | 601 | | |
608 | 602 | | |
| |||
616 | 610 | | |
617 | 611 | | |
618 | 612 | | |
619 | | - | |
620 | | - | |
621 | 613 | | |
622 | 614 | | |
623 | 615 | | |
624 | 616 | | |
625 | 617 | | |
626 | 618 | | |
627 | | - | |
628 | 619 | | |
629 | 620 | | |
630 | 621 | | |
| |||
893 | 884 | | |
894 | 885 | | |
895 | 886 | | |
896 | | - | |
897 | | - | |
898 | 887 | | |
899 | 888 | | |
900 | 889 | | |
| |||
918 | 907 | | |
919 | 908 | | |
920 | 909 | | |
921 | | - | |
922 | | - | |
923 | | - | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
932 | | - | |
933 | | - | |
934 | | - | |
935 | | - | |
936 | | - | |
937 | | - | |
938 | | - | |
939 | | - | |
940 | | - | |
941 | | - | |
942 | | - | |
943 | | - | |
944 | | - | |
945 | | - | |
946 | 910 | | |
947 | 911 | | |
948 | 912 | | |
949 | 913 | | |
950 | | - | |
951 | 914 | | |
952 | 915 | | |
953 | 916 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1417 | 1417 | | |
1418 | 1418 | | |
1419 | 1419 | | |
1420 | | - | |
1421 | | - | |
1422 | | - | |
1423 | | - | |
1424 | | - | |
1425 | 1420 | | |
1426 | 1421 | | |
1427 | 1422 | | |
| |||
0 commit comments