Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Unity 5.x 2D Game Development Blueprints

You're reading from   Unity 5.x 2D Game Development Blueprints Explore the features of Unity 5 for 2D game development by building three amazing game projects

Arrow left icon
Product type Paperback
Published in Sep 2016
Publisher Packt
ISBN-13 9781784393106
Length 252 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Francesco Sapio Francesco Sapio
Author Profile Icon Francesco Sapio
Francesco Sapio
Abdelrahman Elsayegh Abdelrahman Elsayegh
Author Profile Icon Abdelrahman Elsayegh
Abdelrahman Elsayegh
Arrow right icon
View More author details
Toc

The tower seller


One of the key gameplay elements of a tower defense game is, of course, the ability to buy and place towers. Buying a tower is something that the player should be able to do through the UI. In this section, we will learn how to create a button for the player to buy towers. In the next chapter, we will also see how to place it in the map.

Creating and placing the tower seller

Let's start by creating a new Image by right-clicking on the Hierarchy panel and then UI/Image. We should also rename it TowerSeller and assign to the Source Image the tower_rect image in our package. We may want to press Set Native Size and then scale it down to fit the screen. Finally, we can drag and drop it next to the LivesCounter, as shown in the following picture:

Now, we need to add text where the price of our tower will be shown. Right-click on TowerSeller and then UI/Text. Rename it PriceText, and we need to change its setting to the following:

In particular, we have set its color to white...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime