✨ UNI VFX
❓ What are (VFX) Events?
Think of the Arc Shield effect, for example. It has these events/effects: create, loop, hit, end and stop. In this case, you start with the 'create' event, which then automatically continues with the 'loop' event. Each time the Arc Shield is damaged you send the ‘hit’ event that displays the corresponding effect. When the shield expires, send an ‘end’ event that plays the final effect and stops the ‘loop’.
✔️ Let's have a look at the details:
⚙️ Requirements
Requires Unity 2021.3 or newer with Visual Effect Graph and Shader Graph. Install those via Package Manager before installing this Pack. If you just installed them, restart the editor before installing the VFX pack.
Works only in URP 3D projects. Intersection effect requires Depth texture enabled on the Universal Render Pipeline Asset. Visual Effect Graph has limited compatibility with mobile devices (including WebGL platform).
If the VFX doesn't show up, it needs to be recompiled. This can be easily fixed by opening the VFX assets in UNI VFX\Shields & Defense\Visual Effects. When opened in the Visual Effects Graph, the assets are forced to recompile. This should be fixed in Unity 2022.3.6 and newer.
Please don’t forget to rate this asset and write a review! It helps me improve a lot. I really want these packs to be the best they can be.