Question by
rizwandeveloper · Aug 27, 2016 at 06:54 AM ·
1st person
How to get ammo hud like cod aw?
][1]
How can i get ammo hud like cod aw in this image in my fps game?'
imr-aw.png
(319.0 kB)
imr-aw.png
(319.0 kB)
Comment
Answer by Noxury · Jan 03, 2017 at 12:47 PM
The UI weapon informations are all on the gun, so I would suggest that they are parented on it, so the basic hierarchy would look like this:
gun
- World Space Canvas
UIText: Displays Ammo int
Grenades Empty
Instantiate small objects of grenades, depending on the amount of grenades in your inventory
- World Space Canvas
Your answer