• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by ManoKristos · Aug 09, 2015 at 11:40 AM · all

How to add "Level 1" and make it disappear, in the beginning of the game?

As same as in Title.. how to make in the beginning "Level 1" then wait like 2 seconds then disappear .. as same as Level 2 .. 3 so on. Any Idea?


Edit : I mean in the beginning of the Level(Any Level 1,2,3 , etc..) it says what level is this.. Just appears in the begin of the level and then disappear.

Comment
Add comment · Show 2
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image nullgobz · Aug 09, 2015 at 01:39 PM 0
Share

Your question is not clear enough. Are you talking about text, levels, textures?

If you need something to wait use a coroutine or the Invoke method.

avatar image Hexer · Aug 09, 2015 at 01:47 PM 0
Share

I think he means he wants to make a splash screen. The easiest way is indeed to invoke the Application.LoadLevel(LoadedLevel +1).

http://docs.unity3d.com/ScriptReference/$$anonymous$$onoBehaviour.Invoke.html

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by UnityBasic · Aug 09, 2015 at 02:44 PM

you can simply use a ui text and change the text every second. Use float value -= Time.deltaTime and chance the text if the float value is <= 1, 2, 3 ... with YourText.text = "3, 2, 1 ..".

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

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

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

26 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Find all objects that have a specific string. 1 Answer

eulerangle not work with joystick 0 Answers

How to add a component to all selected objects? 1 Answer

How to import Videos from Android Gallery ? 0 Answers

how to do infinitive loop for finding all sub folders / files C# 3 Answers

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges