You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/Scripts/Gameplay/GameplayObjects/NetworkNameState.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ public class NetworkNameState : NetworkBehaviour
19
19
/// </summary>
20
20
publicstructFixedPlayerName:INetworkSerializable
21
21
{
22
-
ForceNetworkSerializeByMemcpy<FixedString32Bytes>m_Name;// using ForceNetworkSerializeByMemcpy to force compatibility between FixedString and NetworkSerializable
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
20
20
* Updated boss room's root scene to automatically load child scenes at editor time (#653)
21
21
22
22
### Changed
23
-
* Bump NGO to pre.10 (#678) --> Fix in Boss Room related to the connection approval breaking change.
23
+
* Bump NGO to pre.10 (#678) --> Fix in Boss Room related to the connection approval breaking change. Removing useless ForceNetworkSerializeByMemcpy for player names.
24
24
* Bump Boss Room to Unity 2021 [MTT-3022] (#620)
25
25
* Remove initial ugs popup [MTT-3563] (#650) --> Users who do not use UGS will no longer receive a popup when starting the application telling them how to set it up. It is replaced with a tooltip that appears when hovering on the "Start with Lobby" button with the cursor.
26
26
* Folders and assemblies refactor MTT-2623, MTT-2615 (#628) --> work in progress
Copy file name to clipboardExpand all lines: Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
### Removed
12
12
*
13
13
### Fixed
14
-
*
14
+
* Fixed breaking change from NetworkTransform in ClientNetworkTransform
15
15
## [1.2.0-pre] - 2022-04-28
16
16
### Added
17
17
* Client network transform move to samples [MTT-3406] (#629) --> You can now use Boss Room's Utilities package to import ClientNetworkTransform using this line in your manifest file
0 commit comments