- Home /
Problem is not reproducible
Pop-up kind information box
Hello everyone,
Since I do not know the drill, I would like to ask it here. I am looking for something like "achievement unlocked box" in Steam/XBox/PS systems. It appears in certain conditions and then disappears. I will be appreciated if you give any idea instead of bunch of code lines.
Thanks.
There are three options.
1) You should look into the API responsible to handle achievements. For example, in iOS, you would use the Game Center API. A library like this would enable you to simply call a function that handles the "pop up" display.
2) You can write your own achievement system. The type of display you would use can be almost anything - ie, a 2D GUI display, a 2D plane in 3D space, etc.
3) The best option is to use both methods 1) and 2): Display your own pop up graphics and also make the call to the API to indicate the achievement has been met.
Question cannot be answered unless full, total, details are given about what platform is under development, the nature of the game, the nature of the "achievements" and so on.
Fair enough. Let me correct myself. It will not be a achievement system at all. I just want to replicate the behaviour when we see a box appears and says "Achievement Unlocked - Collect all intels" and then disappears. I would think that it is a good example to illustrate but it is not obviously.
By the way game is on pc platform.
Follow this Question
Related Questions
Text pop up when mouse over gui button 2 Answers
Activating a GUITexture by clicking on an object (script in c#)? 2 Answers
Do i have to implement a popup to let the user aggree with Unity's privacy policy 1 Answer
EditorGUILayout.Popup maximum number of entries 1 Answer
dropdown menu PopupList c# problem 3 Answers