- Home /
How do you create an asset of a list of your object type in Unity?
Hi, me and my groupmates are making a phone trivia game and we are stuck on something. I have a script that reads entries from a .CSV file and adds them to a list of class type Quesions. I am now trying to create several assets that match the genre of the Question. I.E. I want to create an Asset of my class with History type questions, Science type questions, Entertainment type questions and etc so I can use them later when the player is trying trying to answer the questions. There is a unity guide on using Unity.Editor functionality but I don't understand it since it's based on materials and gameObjects while mine is just a Class of type Questions[Genre, Question, Answ1, Answ2, Answ3, Answ4] I've made. I want this script to run at the start of the game so we can then use those assets when the game is running.
Your answer
Follow this Question
Related Questions
virtual joysticks only detect one axis? 2 Answers
Platform dependent asset reference 0 Answers
sample assets (beta) - non responsive turn/look touch area 0 Answers
How do I know if a 3d model is Mobile Friendly? 2 Answers
Standard Assets Mobile for Unity 5? 5 Answers