Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello there, could you please tell me if there's anyway how I can give players starting weapons!

In weapon manager must be fields where you can set weapon for 1st slot and 2nd. Don't edit script, but change in inspector.

Sir, I tried that, for some reason weapons don't appear, and it doesn't let me pick up the weapons as well.


As if I put the first and second weapons on the two slots, none of those two weapons appears at the start, and then it doesn't let me pick up those weapons from the world as well.

And sir I've been following you since you had your website armedunity3d running, I'm glad to get a reply from you! :)

When something is not working, the n check console and most likely you will see error there. 

There was 1 error. In function Deselect()

add  if(canvas != null) in front of

canvas.crossAlpha.alpha = 0f;