Better Bullets
Austin Windsor
$11.99
$15.99
25%OFF
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
05/04(2022) |
15.99 |
05/04(2022) |
7.99 |
05/11(2022) |
15.99 |
06/23(2022) |
11.99 |
11/17(2024) |
11.99 |
Jump AssetStore
Better Bullets - the ultimate solution to improving the use of projectiles in your project! Better Bullets fixes high-velocity collisions and gives you the option to work with or without rigidbodies.Better Bullets - the solution to all projects involving projectiles.Fixing high-velocity collisionIf you've ever tried creating projectile weapons in your games, you will probably know the frustration of firing a high-velocity projectile (as is typical for weapons), only for said projectile to go straight through your target instead of hitting it. Better Bullets fixes this and enables reliable detection of high-velocity collisions through use of linecasts.More reliable and less intensive than continuous rigidbody detection. Some solutions to high-velocity collision have involved changing rigidbody detection mode from discrete to continuous. Even after doing this, some high-speed collisions aren't detected yet the CPU has to work a lot harder. My linecast solution provides a better workaround.Support for both rigidbody and transform movementThe script controlling bullets has an option to choose between using a rigidbody or not. If you choose to use a rigidbody, one can be assigned manually or automatically upon run if one does not exist. If you choose to use a rigidbody, Unity's built-in physics engine will be used for movement.If you however want to use transform movement instead, this is supported! Another benefit of this is that collisions can be detected without rigidbodies, which isn't usually possible.Physics simulationIn update v1.1, options have begun to be added to enable realistic physics simulation. Instead of a constant value for the force of gravity, you can now choose the strength of gravity yourself. In addition, you can now also simulate wind by setting the values of a vector to the strength of wind in each direction.Future content will include 2D support, air resistance simulation and further customisation options for bullets.Rigidbody and transform supportHigh-velocity collisions fixed using linecasts to check for objects between frame positionsManually-calculated trajectories when using Transform based on projectile motion equations