So I am building a 2d sidescroller using Unity. The problem is that the game has to be educational since it’s for school. I was wondering how I can make a question appear with answers to choose for example: What is 2+2? A=1 B=2 c+3 or D=4. Than the player chooses the an answer. I have looked everywhere and cannot find an answer to this. If you provide a script please make it Java. Thanks.
I fear your definition of ‘looked everywhere’ is severally limited. The two questions you are asking are: How do I make text appear on the screen? and: How do I get player Input? Both of these are very basic questions, with answers readily available in the generic unity documentation. That said, and hoping you’ll look harder next time, here are the documents you are looking for:
“make a question with answers appear”
“the player chooses the answer”