I am storing dialogues in .txt format for my game. When packaging the game to android the .txt file is not included and is not transferred to mobile.
Any idea why or how I can get the .txt file inside my mobile?
I am storing dialogues in .txt format for my game. When packaging the game to android the .txt file is not included and is not transferred to mobile.
Any idea why or how I can get the .txt file inside my mobile?
maybe if you enabled the localization dashboard, and scanned that text file in & compiled it, it would include that on your packaging
or add it in your packaging settings - see here - How to package .txt files? - C++ Gameplay Programming - Unreal Engine Forums
You made my day again!
I got the txt cooked and packaged after adding the directory in the project setting>Package>advance option
I don’t think there is anything special with Android, WRT packaging.