Skip to content

Commit 9869a62

Browse files
committed
Add missing spaces to # in md files.
1 parent 1d7e431 commit 9869a62

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Documentation/ConnectingSurfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Connecting NavMesh Surfaces
1+
# Connecting NavMesh Surfaces
22

33
![Connecting surfaces example](Images/ConnectingSurfaces-Example.png)
44

Documentation/NavMeshLink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#NavMeshLink
1+
# NavMeshLink
22

33
![NavMeshLink example](Images/NavMeshLink-Example.png)
44

Documentation/NavMeshModifier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#NavMeshModifier
1+
# NavMeshModifier
22

33
![NavMeshModifier example](Images/NavMeshModifier-Example.png)
44

@@ -10,7 +10,7 @@ The NavMesh Modifier affects the NavMesh generation process, this means the NavM
1010

1111
Note: This component is a replacement for the old setting which could be enabled from the Navigation window Objects tab as well as the static flags dropdown on the GameObject. This component is available for baking at runtime, whereas the static flags are available in the editor only.
1212

13-
##Parameters
13+
## Parameters
1414
* Ignore From Build – when checked, the object and all if its’ children are skipped from the build process.
1515
* Override Area Type – when checked the area type will be overridden for the game object containing the Modifier and all of it’s children.
1616
* Area Type – new area type to apply

Documentation/NavMeshModifierVolume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#NavMeshModifierVolume
1+
# NavMeshModifierVolume
22

33
![NavMeshModifierVolume example](Images/NavMeshModifierVolume-Example.png)
44

Documentation/NavMeshSurface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#NavMeshSurface
1+
# NavMeshSurface
22

33
![NavMeshSurface example](Images/NavMeshSurface-Example.png)
44

@@ -8,7 +8,7 @@ The preferred way to use the NavMeshSurface component is to create an empty Game
88

99
The NavMeshSurface component can be also added to any game object. This is useful for cases where you want to use the Hierarchy to define which objects contribute to the NavMesh.
1010

11-
##Parameters
11+
## Parameters
1212
* Agent Type – the agent type which will use this NavMesh Surface. The agent type is used for bake settings, as well as to match a NavMeshAgent to proper surface during pathfinding.
1313
* Collect Objects – defines on a high level which objects should be used for baking.
1414
* All – use all active objects.
@@ -23,7 +23,7 @@ The main settings for the NavMesh Surface component allow you to filter the inpu
2323

2424
Game Objects which have a NavMesh Agent or NavMesh Obstacle will be excluded from the baking process automatically. They are dynamic users of the navmesh – and hence should not contribute to the navmesh building.
2525

26-
##Advanced Settings
26+
## Advanced Settings
2727

2828
![NavMeshSurface advanced](Images/NavMeshSurface-Advanced.png)
2929

Documentation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#High-level NavMesh Building Components
1+
# High-level NavMesh Building Components
22

33
Here we introduce four high level components for the navigation system:
44

@@ -9,7 +9,7 @@ Here we introduce four high level components for the navigation system:
99

1010
These components comprise the high level controls for building and using NavMeshes at runtime as well as edit time.
1111

12-
##Techniques and Patterns
12+
## Techniques and Patterns
1313
* [Connecting NavMesh Surfaces](ConnectingSurfaces.md) using the NavMeshLink compoenent.
1414

1515

0 commit comments

Comments
 (0)