Skip to content

Commit 9447ffe

Browse files
update
Minor merge fixes to table of contents. Helper URLs now point to the rigidbody documentation. Adding to be used best practices marker.
1 parent 66fe88e commit 9447ffe

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

com.unity.netcode.gameobjects/Documentation~/TableOfContents.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
* [NetworkRigidbody](components/helper/networkrigidbody.md)
3636
* [NetworkTransform](components/helper/networktransform.md)
3737
* [Physics](advanced-topics/physics.md)
38-
* [Ownership and authority](ownership-authority.md)
39-
* [Understanding ownership and authority](basics/ownership.md)
40-
* [Ownership race conditions](basics/race-conditions.md)
4138
* [Spawning and despawning](spawn-despawn.md)
4239
* [Object spawning](basics/object-spawning.md)
4340
* [Network prefab handler](advanced-topics/network-prefab-handler.md)
6.52 KB
Loading

com.unity.netcode.gameobjects/Runtime/HelpUrls.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ internal static class HelpUrls
1010
public const string NetworkManager = k_BaseManualUrl + "components/core/networkmanager.html";
1111
public const string NetworkObject = k_BaseManualUrl + "components/core/networkobject.html";
1212
public const string NetworkAnimator = k_BaseManualUrl + "components/helper/networkanimator.html";
13-
public const string NetworkRigidbody = k_BaseManualUrl + "advanced-topics/physics.html#networkrigidbody";
14-
public const string NetworkRigidbody2D = k_BaseManualUrl + "advanced-topics/physics.html#networkrigidbody2d";
13+
public const string NetworkRigidbody = k_BaseManualUrl + "components/helper/networkrigidbody.md";
14+
public const string NetworkRigidbody2D = k_BaseManualUrl + "components/helper/networkrigidbody.md";
1515
public const string RigidbodyContactEventManager = k_BaseApiUrl + ".Components.RigidbodyContactEventManager.html";
1616
public const string NetworkTransform = k_BaseManualUrl + "components/helper/networktransform.html";
1717
public const string AnticipatedNetworkTransform = k_BaseManualUrl + "advanced-topics/client-anticipation.html";

0 commit comments

Comments
 (0)