x


Create pic at start

How do I create a picture/logo that pops up when I press the exe. of the game. Like any program, like 3d max,maya... And have it stay there for a coupe sec. then start the game. Thanks

more ▼

asked Oct 09 '11 at 11:04 PM

mike888 gravatar image

mike888
16 2 2 2

(comments are locked)
10|3000 characters needed characters left

3 answers: sort voted first

You'd have to make it in an external program which afterwards run your application. If you're fine with having your splash inside the application you could just create a GUI-texture or put the texture onto a cube which is shown at start.

more ▼

answered Oct 09 '11 at 11:15 PM

save gravatar image

save
8.2k 22 31 62

(comments are locked)
10|3000 characters needed characters left
  1. create a new scene
  2. add new gui texture(the splash screen which you want)
  3. create a new script and place it on the main camera

    code for the script

    function Start() { yield WaitForSeconds(the time which you want the splash screen to appear); Application.LoadLevel(the next level which you want to load); }

  4. go to file-> buildsettings : drag the scene with the splash image to the top so that it gets the build number 0

more ▼

answered Oct 10 '11 at 05:25 AM

crazyKnight gravatar image

crazyKnight
869 16 20 30

(comments are locked)
10|3000 characters needed characters left

Ok Would you happen to know any program that I can use to make it Thanks

more ▼

answered Oct 10 '11 at 12:28 AM

mike888 gravatar image

mike888
16 2 2 2

Photoshop, gimp, blender (if you're a nutjob like me), MS Paint, Grapher, Matlab, Icon Creator, Illustrator, Mudbox, ZBrush... the list goes on.

There are more programs for making splash-screens than you could possibly learn how to use in a lifetime- so pick one, and get splashing!

Oct 10 '11 at 12:58 AM syclamoth

I did not mean making the image I meant making it pop up when I click the exe. file... Thanks

Oct 10 '11 at 02:58 AM mike888
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x21

asked: Oct 09 '11 at 11:04 PM

Seen: 547 times

Last Updated: Oct 10 '11 at 05:26 AM