We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05206d6 commit 25d341cCopy full SHA for 25d341c
com.unity.multiplayer.mlapi/Prototyping/NetworkNavMeshAgent.cs
@@ -10,6 +10,7 @@ namespace MLAPI.Prototyping
10
/// A prototype component for syncing NavMeshAgents
11
/// </summary>
12
[AddComponentMenu("MLAPI/NetworkNavMeshAgent")]
13
+ [RequireComponent(typeof(NavMeshAgent))]
14
public class NetworkNavMeshAgent : NetworkBehaviour
15
{
16
private NavMeshAgent m_Agent;
0 commit comments