diff options
author | chai <215380520@qq.com> | 2024-06-03 10:15:45 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-06-03 10:15:45 +0800 |
commit | acea7b2e728787a0d83bbf83c8c1f042d2c32e7e (patch) | |
tree | 0bfec05c1ca2d71be2c337bcd110a0421f19318b /Plugins/MonoGame.Extended/source/MonoGame.Extended.Content.Pipeline/readme.txt | |
parent | 88febcb02bf127d961c6471d9e846c0e1315f5c3 (diff) |
+ plugins project
Diffstat (limited to 'Plugins/MonoGame.Extended/source/MonoGame.Extended.Content.Pipeline/readme.txt')
-rw-r--r-- | Plugins/MonoGame.Extended/source/MonoGame.Extended.Content.Pipeline/readme.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Plugins/MonoGame.Extended/source/MonoGame.Extended.Content.Pipeline/readme.txt b/Plugins/MonoGame.Extended/source/MonoGame.Extended.Content.Pipeline/readme.txt new file mode 100644 index 0000000..54f1cda --- /dev/null +++ b/Plugins/MonoGame.Extended/source/MonoGame.Extended.Content.Pipeline/readme.txt @@ -0,0 +1,15 @@ +# MonoGame.Extended.Content.Pipeline + +This NuGet package is intended to be used with the MonoGame Content Pipeline tool. You'll need to +make some changes to your Content Pipline file (usually Content.mgcb) for everything to work +properly. + +Add a reference to the `MonoGame.Extended.Content.Pipeline.dll` now installed in your `packages` folder +to the [MonoGame Content Pipeline tool](http://www.monogame.net/documentation/?page=Pipeline). + +You can do this either with the Reference Editor in the GUI or by manually adding a reference line to +your `Content.mgcb` file using a text editor. + +**Remember**: the versions need to match exactly for everything to work. + +For more information, take a look at the [installation guide](http://craftworkgames.github.io/MonoGame.Extended/installation/). |