-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
7 deletions.
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,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 |
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 |
---|---|---|
@@ -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! |