- Home /
How can I provide the user with the ability to import their own CSV file during runtime?
I currently have a model that is being manipulated by a CSV file, but I would like to give the user the ability to upload their own CSV file to have it manipulate the model based on their data. Is there any way to provide the user with the ability to upload their own file during run time?
well thats up to you, you can have a database for storing the csv and let the user upload to the database, or just import the csv locally to the device, maybe create a folder for the csvs and cretae a functionality to find and store the path to the csv and just load it from there
Your answer
Follow this Question
Related Questions
importing files? 1 Answer
Import Project from Asset store 6 Answers
Text Adventure 1 Answer
Are inspector values supposed to override [HideInInspector] code? 1 Answer
Have a problems with a values 1 Answer