Skip to Content
Procedural Content Generation for Unity Game Development
book

Procedural Content Generation for Unity Game Development

by Ryan Watkins
January 2016
Beginner
260 pages
5h 48m
English
Packt Publishing
Content preview from Procedural Content Generation for Unity Game Development

Adding a weapon pick up

Now, we can move on to adding the logic that will run the player pickup of the weapon object. This will be very similar to the other player pickups except that the weapon will need a few special considerations. For one, the weapon will need to be in the same screen location as the player at all times so that it can animate appropriately.

Let's begin by opening up the Player.cs script where the current player pickup logic exists. We are going to add a few new variables that will hold references to our weapon and some of the images that we will use to make the display icon. As stated earlier, we will create a display icon on the screen that will show the weapon that the player has in their inventory. Add the following lines ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

2D Game Development with Unity

2D Game Development with Unity

Franz Lanzinger
Unity Game Development Cookbook

Unity Game Development Cookbook

Paris Buttfield-Addison, Jon Manning, Tim Nugent

Publisher Resources

ISBN: 9781785287473Supplemental Content