Hi all,
I need to push a configuration file on VisionOS Simulator next to my application.
How can I push this file ?
Is there any property to set before to do this, like “Application supports iTunes file sharing” for IOS ?
Hi all,
I need to push a configuration file on VisionOS Simulator next to my application.
How can I push this file ?
Is there any property to set before to do this, like “Application supports iTunes file sharing” for IOS ?
I have a workaround for this :
I copy my config file to Application.streamingAssetsPath before the Unity build.
I set “Supports Document Browser” property to YES in Xcode property list.
Then at runtime I copy the file in Application.streamingAssetsPath to Application.persistentDataPath.
Once it’s done, I am able to browse in my application files with Files app in VisionOS Simulator and I can upload a new config file if I want.