Im making a 3rd person 3d platform game (My first game so is taking quite a while). I am looking for the best way to make an introduction to my game. It is going to be images and text telling a story and basically when you click next another page comes up just to introduce the player to the game. What’s the best way to do this?
I suggest making another scene as intro , and load it first . on that scene you can use graphics with GUITextures and tell your story and at the end of it call your main scene .
well that is up to you… nobody can tell you what the best way is except you. As for technology wise you can either do a package like NGUI or script it yourself probably using a GUIstyle or two