Problem Fixed!
Updated: Sep 8
After some tweaking, I finally fixed some of the problems! First, in my GameManager, I had to make two versions of the Question Panels: one for each bunny. This way, if the white bunny is answering a question, the brown bunny can still move and get a question. Something that also bothered me (and you can see this in my “Pausing the Game” post) is that when a question appears, the screen becomes slightly white, looking almost like fog. It turns out that in each Question Panel in the Image Component, the Alpha was set to 100, so it wasn’t fully transparent. All I did was change the Alpha to 0, and it went away! Now, both bunnies can move when the other is answering a question. My next goal is to build a scoreboard to keep track of points!





Comments