Skip to content

Commit

Permalink
Updated readme to clarify that it only works in engine plugins folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidColson committed Aug 8, 2020
1 parent ce8fb4b commit f9c2c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a plugin allowing you to use the excellent dynamic narrative scripting s

# How to use

I have provided packaged versions of the plugin, complete with the example project. I try keep it updated for the most recent versions of Unreal, if it's not updated poke me and I can do it for you. Simply drop the packaged plugin into the plugins folder of your engine or game. Once loaded it into your project, you can use the plugin either through C++ or more easily through blueprints. First though we need to go over importing Ink assets.
I have provided packaged versions of the plugin, complete with the example project. I try keep it updated for the most recent versions of Unreal, if it's not updated poke me and I can do it for you. Simply drop the packaged plugin into the plugins folder of your engine. *Please note that it only works when in the Engine's plugin folder, and not your project's*. Once loaded it into your project, you can use the plugin either through C++ or more easily through blueprints. First though we need to go over importing Ink assets.

## Importing Ink Assets

Expand Down

0 comments on commit f9c2c38

Please sign in to comment.