smalab / QuizCoaster

MIT License
0 stars 0 forks source link

問題の追加、問題を1つのsceneから読み出す#2 #4

Closed oitsmalab closed 9 years ago

oitsmalab commented 9 years ago

今までは1問ごとにsceneを作成していたが、それでは問題を複数作った時にsceneが多くなるので、1つのファイルからsceneに読み込んで問題を作成する。

oitsmalab commented 9 years ago

問題の追加

oitsmalab commented 9 years ago

テキストファイルに書いてある文字を一文字づつ読みだして、string型の変数に格納できた。 @d0818a2

oitsmalab commented 9 years ago

TextRenderとTextureManagerのスクリプトを使って、テキストファイルにかいてある画像とタグをオブジェクトに貼り付けることができた。 @f724097

oitsmalab commented 9 years ago

スクリプトからcubeを2つ生成して、それに画像とタグを貼り付けた。 @29ff12a

oitsmalab commented 9 years ago

Questionのsceneからテキストを読み込むことで問題作成することができた。 (@3502df9)

oitsmalab commented 9 years ago

問題を出すときのテキストを修正した。 @65864ca

oitsmalab commented 9 years ago

unityちゃんが走るようになった。 @65864ca