1099 Posted March 15, 2023 Share Posted March 15, 2023 Is it possible to get a CSV file from HTC Vive Focus 3 and Oculus Quest 2 with or without the internet? I am developing a project using Unity and I want to export data from the project in a CSV file. I want it to be able to export the CSV file after the user plays the project I am working on. The user will be using HTC Vive Focus 3 and Oculus Quest 2. I am wondering if I can get the CSV file in those headsets. Link to comment Share on other sites More sharing options...
Alex_HTC Posted April 4, 2023 Share Posted April 4, 2023 @1099The data can be stored according to the android storage standards https://developer.android.com/training/data-storage -- more or less, inside your app directory - as returned by the function getFilesDir() and getCacheDir() natively or with other apis that wrap this like temporarycachepath https://docs.unity3d.com/ScriptReference/Application-temporaryCachePath.html Alternatively, opening up a socket and sending this data across the network can work Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now