Hi all,
I have a couple .bin files that store my level data.
I just have a few questions, as my attempts to read them are not working when packaging. (everything runs perfectly if I manually set the directory in code, so the reading itself is fine)
1. Where is the proper place to put the files in my project folder?
2. How do I reference their path in my c++ code if the project is being packaged?
3. Are there extra settings I need to apply for the files to be packaged to the .pak file?
Thanks so much,
Will
I have a couple .bin files that store my level data.
I just have a few questions, as my attempts to read them are not working when packaging. (everything runs perfectly if I manually set the directory in code, so the reading itself is fine)
1. Where is the proper place to put the files in my project folder?
2. How do I reference their path in my c++ code if the project is being packaged?
3. Are there extra settings I need to apply for the files to be packaged to the .pak file?
Thanks so much,
Will
Comment