Player Projectiles do not appear

hello,
after i have finished writing the code and setting up the projectiles of the player it was all fine
but the next time i opened unity and i tried to press Left button to shoot player’s projectiles its not appearing on the Screen. the thing is that i can see in the hierarchy list that its spawning and it also damaging the enemies but its not rendering the actual projectiles on the game screen. the code and the inspector seems fine if someone can help me it would be great.
thank you!

Make sure your order in layer of projectile is less than the player’s order in layer. Also, you should have posted this in the ask subforum.

Privacy & Terms