Does the “StreamingAssets” folder have to be at the location: Assets/StreamingAssets/ within the unity project? I was hoping I could move it in the same way as “Plugins” and “Resources” folders can be. Ideally I’d like to have multiple sets of “StreamingAssets” in different folders (eg. Assets/Client/StreamingAssets and Assets/Core/StreamingAssets).
From my attempts it seems like you can’t move the location of the folder, the unity manual is a little vague just saying “Any files placed in a folder called StreamingAssets (case-sensitive) in a Unity project” (Unity - Manual: Streaming Assets) I had hoped this meant multiple folders were possible but if so it seems more complex that just adding an extra one, or moving the existing one.
Is it just not possible?