AAA Stylized Projectiles Vol. 1

by HOVL Studio

AAA Stylized Projectiles Vol. 1 comes with a few dozen quality projectiles. A fair amount of work went into the conversion, mostly separating out prefabs and making adjustements to various component settings.

The particles in the package appear smaller than most. The Demo scene provided with the pack has them appearing larger. You may wish to increase the particle size.

Deconstructed Prefabs

The prefabs in this package were very much hard coded together, so I've deconstructed them into their various components in order to use them in Projectile Factory.

Part of this also includes modifying some of their Particle System settings -- in at least one case, particles aren't set to loop, so some will turn off during flight.

Rigidbody Settings

The Rigidbody settings were causing issues, so I updated those to match other Projectiles. Unsure why they were set the way they were, but this solved the issues.

Trails

I added the ToggleTrailRendererObjectsDestroyAndLaunchObserverObject component (long name!) to some projectiles which have particles that trail behind the main particle, to ensure that any which are over distance are off when the projectile is re-spawned from the pool.

Last updated