Hello every one.
We have a few files out of the content folder of our project that our project is using them. So, every time we create a new package we have to manually copy them from our project’s directory to the new package’s directory. I know that there is some thing called “additional-none-asset directories to copy” in the package setting but it only allow us to select things inside the content folder.
We need some like that but more globally and for outside of content folder.
Any idea?
it only allow us to select things inside the content folder
The fun part: i didn’t even knew there is such a thing. So i just packaging my project with Additional non-asset directories to *package* = ../Config/Json and it works fine. To my understanding it should works as long as you don’t go above the project’s folder; no idea what will happen otherwise.
Thank you.
I tested it and I works. It just feels kind of hacky to use it this way ![]()