I’ve created a sphere collision over my projectile, but when I shoot the enemy AI i created, there is no damage detected. However, if a place a physical sphere in the projectile, sometimes it detects a hit, but it either detects it twice in one bullet or no times. How do i make the sphere collision trigger a hit collision so that I can deal damage? Thanks in advance
Make sure that you set your collision presets correct both for the Ai and your projectile. Check this video 8d Health and Damage Enemy Projectiles - YouTube
1 Like
That video was waste of time, did not help, did everything it suggested and still no damage to AI. Video is about AI doing damage not the other way round.
Make sure the projectile has the collision component as the root. Otherwise it will not register collisions.
1 Like