Hi
Adding A Text/Word Document To the Project Content Folder, so it can be seen is this possible?
Hi, what do you mean by “can be seen”? Do you need to read this text in runtime?
You can’t add Text/Word Document directly to the content, but you can have text files outside of the content and read them by C++ functions.
Or maybe String Tables could be useful for you and just copy text to them? It all depends on your use case.
Would importing a csv
of json
work for you?