This may be a bit of a strange question but I am trying to use a 3rd party plugin with an iOS Unity project and have run into a bit of a naming conflict.
The 3rd party addon requires a folder called "data" from which there files are loaded, which is a problem since Unity creates a "Data" folder.
Is there any parameter I can change in the build settings to change the name of the Unity "Data" folder?
↧