Quantcast
Channel: Questions in topic: "penetrate"
Browsing latest articles
Browse All 8 View Live

Simple Raycast Penetration

Hello everyone, I need a lead way or some kind of an explanation about bullet penetration. I simply have a raycast shooting code with damage, it works fine. I want it to penetrate from some objects...

View Article



how to make the enemy penetrates wall?

i am at making enemy ghost, how to make enemy penetrates wall ? but no penetrates terrain .. ? I plan to make the enemy, and the enemy was following me through penetrates the wall around it .. I just...

View Article

Object penetrates each other when moved by script

Greeting. I am making a puzzle game(like soma cube) and have problems preventing objects from overlapping each other. When I try to move them dynamically, the puzzle piece will overlap each other. But...

View Article

Bullet Penetration not working

So I have tried to add bullet penetration. Take a look: private bool isPenetrating; void OnEnable() { isPenetrating = (Random.value > 0.5f); } void OnTriggerEnter(Collider col) { if (isPenetrating)...

View Article
Browsing latest articles
Browse All 8 View Live




Latest Images