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: ReadMe.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ In your game scene, add a new empty GameObject and rename it to something like "
57
57
58
58
## Add Path Script:
59
59
60
-
Attach the `Path.cs` script to this GameObject. This script (which can be found in the Scripts/Navigation folder) allows you to draw paths onto your scene via the `PathEditor.cs` (found in ssets/Editor/NavPath2D/) Editor script as it holds the Waypoints that we add.
60
+
Attach the `Path.cs` script to this GameObject. This script (which can be found in the Scripts/NavPath2D folder) allows you to draw paths onto your scene via the `PathEditor.cs` (found in ssets/Editor/NavPath2D/) Editor script as it holds the Waypoints that we add.
0 commit comments