Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseese committed Sep 1, 2021
1 parent a27e891 commit 101ab0e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Config/FilterPlugin.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[FilterPlugin]
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
;
; Examples:
; /README.txt
; /Extras/...
; /Binaries/ThirdParty/*.dll
/README.md
/LICENSE
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Unreal Blueprint CSV Parsing

This is an Unreal Engine plugin to give you blueprint nodes for parsing CSV strings. If you need to read a file from disk, checkout our free Blueprint File SDK plugin at https://www.unrealengine.com/marketplace/en-US/product/blueprint-file-sdk.

## Marketplace

This asset is available **FOR FREE** on the Unreal Engine Marketplace at https://www.unrealengine.com/marketplace/en-US/product/51bfff9f8bc34c3d8072b31455965276.

## Follow Us!

Checkout the below links if you want to make sure you get the latest and greatest news from Incanta Games:
- Twitter: https://twitter.com/IncantaGames
- Discord: https://discord.gg/cDcP3rBBUc

## Support

We have a Discord server where you can get expedited support for both issues and feature requests: https://discord.gg/cDcP3rBBUc

You can also make an issue on this GitHub repository: https://github.com/IncantaGames/unreal-bp-csv-parsing/issues

## Donations

Here at Incanta Games, we strongly believe that content should be available for indie developers at a reasonable price. Lots of other vendors price gouge to take advantage of devs who don't have the chops to do some coding. We continue to strive to help you bring magic to the world in your games by making sure plugins are reasonably cheap or free. We'll keep doing this, but if you want to help support this mission you can give us a tip at https://ko-fi.com/incanta. Any and all donations are much appreciated and help us continue to make more awesome content for you!

0 comments on commit 101ab0e

Please sign in to comment.