Skip to content

Commit 762d83a

Browse files
authored
Clarify INetworkSerializable documentation links
Updated documentation for INetworkSerializable to include specific references to FastBufferReader and FastBufferWriter.
1 parent 703e567 commit 762d83a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

com.unity.netcode.gameobjects/Documentation~/advanced-topics/serialization/inetworkserializable.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ struct MyComplexStruct : INetworkSerializable
2222
// ~INetworkSerializable
2323
}
2424
```
25-
26-
<<<<<<< HEAD
27-
Types implementing `INetworkSerializable` are supported by `NetworkSerializer`, `RPC` s and `NetworkVariable` s.
28-
=======
2925
Types implementing `INetworkSerializable` are supported by [`FastBufferReader` and `FastBufferWriter`](../fastbufferwriter-fastbufferreader.md), [`RPC`s'](../message-system/rpc.md), and [`NetworkVariable`s](../../basics/networkvariable.md).
30-
>>>>>>> 7b39329a2 (Docs-wide link fixes and xref update)
3126

3227
```csharp
3328

@@ -241,4 +236,4 @@ Then declare this network variable like so:
241236

242237
```csharp
243238
NetworkVariable<GameDataWithLong> myVar = new NetworkVariable<GameDataWithLong>();
244-
```
239+
```

0 commit comments

Comments
 (0)