Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llamacademy/bullet-impacts
In this tutorial you will learn how to create a basic RigidBody Bullet that on impact, will have a particle system play at the impact location based on the material of the object the bullet collides with.
https://github.com/llamacademy/bullet-impacts
bullets effects gamedev gamedevelopment impact particlesystem projectiles unity vfx
Last synced: 3 months ago
JSON representation
In this tutorial you will learn how to create a basic RigidBody Bullet that on impact, will have a particle system play at the impact location based on the material of the object the bullet collides with.
- Host: GitHub
- URL: https://github.com/llamacademy/bullet-impacts
- Owner: llamacademy
- License: mit
- Created: 2021-08-03T11:17:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T11:35:24.000Z (about 3 years ago)
- Last Synced: 2024-04-21T07:35:24.461Z (7 months ago)
- Topics: bullets, effects, gamedev, gamedevelopment, impact, particlesystem, projectiles, unity, vfx
- Language: ShaderLab
- Homepage: https://youtu.be/2bPd_dmqGuM
- Size: 2.41 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Bullet Impacts in Unity
In this tutorial you will learn how to create a basic RigidBody Bullet that on impact, will have a particle system play at the impact location based on the material of the object the bullet collides with.This repository also includes a basic ObjectPool for the bullets and particle systems.
[![Youtube Tutorial](./Video%20Screenshot.png)](https://youtube.com/watch?v=2bPd_dmqGuM)
## Patreon Supporters
Have you been getting value out of these tutorials? Do you believe in LlamAcademy's mission of helping everyone make their game dev dream become a reality? Consider becoming a Patreon supporter and get your name added to this list, as well as other cool perks.
Head over to https://patreon.com/llamacademy to show your support.### Gold Tier Supporters
* YOUR NAME HERE!### Silver Tier Supporters
* YOUR NAME HERE!### Bronze Tier Supporters
* Bastian
* Jacob Martin
* Trey Briggs
* YOUR NAME HERE!## Requirements
* Requires Unity 2019.4 LTS or higher.
* Utilizes the [Navmesh Components](https://github.com/Unity-Technologies/NavMeshComponents) from Unity's Github.
* Unity Particle Pack from the Asset Store (free) - import this after you have opened the project