Quiz Game Management
Okay, so I have created a quiz game where the background is an essential part of what I need to make this quiz interactive. So i Setup the rounds with a System.Serializable, so I can easily manage the rounds, questions, and answers, from Unity itself in a field called AllRoundData, which is contained in a script called DataContoller. I put this in a Scene called Persistent which is activated when the game starts. So how can I get the background images to change as the rounds do? So I would need to the background to somehow be attached to the round and I'm trying to figure out how to add this on to the code I have now. If you ever did the Live session on how to make a quiz game, this is the exact same setup as that, but I'm trying to change the background with the round. If I have not provided enough information or something sounds wrong please let me know and I'll provide it for you.
Your answer
Follow this Question
Related Questions
How to see variables of child class with custom editor 0 Answers
How do I read this? private Rigidbody rb; 2 Answers
Having transitions between two VideoPlayers triggered by clicking "x" times in a text layer 0 Answers
How to convert string to runnable code? 0 Answers
i need a simple passenger script 0 Answers