- Home /
Is it possible to create directory in the unity build folder?
I am about to create a folder inside the unity build project just beside the .exe location. Is this possible?
Answer by thieum · Oct 17, 2019 at 11:57 PM
"StreamingAssets" is the only persistent folder aside the data folder after build. But be aware that giving a folder that name, it will then use a minimal importer for the assets you place in it (i.e. raw files). https://docs.unity3d.com/Manual/StreamingAssets.html
Your answer
Follow this Question
Related Questions
The build for Vive doesn't work Interaction 0 Answers
[Unity 2017.3.0f3] Cannot open my build it Crashes (with crash Raport) 1 Answer
Old build present after building to a new folder on desktop. 0 Answers
Unity Build stops some of the working functionalities. 0 Answers
Is there a way to force unity to build the project the same everytime? 1 Answer