Commit cb11580
authored
fix: fixedstring byte writing and comparing (#2992)
* yupdate
Updating version of package and changelog version
* fix
removing the [GenerateSerializationForType(typeof(byte))] attributes.
* fix
fixing the issue of a missing byte serializer for fixedstrings.
* style
removing whitespace
* Update CHANGELOG.md1 parent 3863794 commit cb11580
File tree
3 files changed
+2
-12
lines changed- com.unity.netcode.gameobjects/Runtime/NetworkVariable
3 files changed
+2
-12
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| |||
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
726 | | - | |
727 | 726 | | |
728 | 727 | | |
729 | 728 | | |
730 | 729 | | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
| 730 | + | |
739 | 731 | | |
740 | 732 | | |
741 | 733 | | |
| |||
0 commit comments