An open API service indexing awesome lists of open source software.

https://github.com/eviltwo/compactprojectiles

This package is a physics simulation of a Box that does not use Rigidbody. It is suitable for use as an effect.
https://github.com/eviltwo/compactprojectiles

physics unity unity3d upm-package upm-packages

Last synced: about 1 month ago
JSON representation

This package is a physics simulation of a Box that does not use Rigidbody. It is suitable for use as an effect.

Awesome Lists containing this project

README

          

# Compact Projectiles
This package is a physics simulation of a Box that does not use Rigidbody. It is suitable for use as an effect.

At the start and upon each collision, one to three SphereCasts are executed to simulate the parabolic trajectory until the next collision. While in the air, it only reproduces the simulation results without performing calculations.

![projectile](https://github.com/user-attachments/assets/303c1f26-cec7-405a-ab3d-bff9c4a413fc)

![image](https://github.com/user-attachments/assets/832b1372-f52b-4879-b06b-a66c9f4bd5b2)

# Hou to Use
- The easiest way is to use the ProjectileController component.
- You can control the simulation by using the BoxProjectile class from a custom class.

# Install with UPM
```
https://github.com/eviltwo/CompactProjectiles.git?path=CompactProjectiles/Assets/CompactProjectiles
```

# Support My Work
As a solo developer, your financial support would be greatly appreciated and helps me continue working on this project.
- [Asset Store](https://assetstore.unity.com/publishers/12117)
- [Steam](https://store.steampowered.com/curator/45066588)
- [GitHub Sponsors](https://github.com/sponsors/eviltwo)