forked from reidtreharne/Navigation3D
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/reidtreharne/Navigation3D.git…
… into main
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# Navigation3D | ||
|
||
This is a simple plugin for Unreal Engine for 3D pathfinding. | ||
This is a simple plugin for Unreal Engine for 3D pathfinding. | ||
|
||
Install Insutructions: | ||
|
||
1. If you don't already have an Unreal Engine project created, create one and then close Unreal after it's created. | ||
2. Clone or download the plugin from github | ||
3. Copy and paste the "Plugins" folder from the download into the root of your Unreal Engine project direction (next to your .uproject, Content folder, etc...) | ||
4. Launch your project. You may get a popup saying "The following modules are missing or built with a different engine version" and asking if you'd like to rebuild them. If so, press Yes. | ||
5. The plugin is now added to your project |