Exposing config files in shipping package

From my understanding, config files for a packaged game belongs to the Saved folder. I have packaged in development and shipping mode and the Saved folder appears for development mode (not sure about debug mode). I will like to expose some config files in my shipping package build, is there a way to do so? Or perhaps I have to add a text file in content folder instead?

1 Like

Hi Weiliang,
The Saved folder for a project packaged in shipping, is located in C:\Users\{UserName}\AppData\Local\{ProjectName}.
Hope that helps.
Cheers,

2 Likes

Thanks, I found the config files at the location as mentioned. Do you know any setting that can shift this location to where my packaged project is at?

1 Like

I would like to know this as well. My project won’t have access to the appdata folder.

1 Like

Ditto on shifting the config folder out of AppData please. If this isn’t possible, do we need to put in a feature request?

Any updates on this?

im not sure. but will this help? How to use config (.ini) file in packaged game - #2 by TongTom