I am trying to implement a game menu screen in which all the levels are locked initially. Just like Angry Birds. When user scores he'll be promoted the level unlocks.
Take the 2-minute tour
×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.
|
You can't. Unity doesn't have an interface for creating GUI interfaces in the editor. Further, there may be extensions for this in the Unity marketplace, but it's highly unlikely you'll be able to get away from any coding at all. There's still going to be the requirement to connect the GUI to your game, and many of those interactions are going to require scripts to trigger events in your game, or alter the game state. Your goal of using the Editor only to make anything more than the most simple game is unrealistic. You'll have to code. |
|||||||||||||
|