About 3,270,000 results
Open links in new tab
  1. Output Event Handlers | Visual Effect Graph | 11.0.0 - Unity

    A VFXOutputEventAbstractHandler is an API helper that hooks into an Output Event to allow you to execute scripts based on the event. The Visual Effect Graph includes a set of example …

  2. unity game engine - How to Trigger an Event using VFX Graph

    Feb 17, 2022 · For anyone curious like me -- make sure to import UnityEngine.vfx into your C# script ( using UnityEngine.vfx; ) then declare your vfx variable as "public VisualEffect …

  3. Anyone Have Succes with Using Output Event Handlers with VFX Graph ...

    Jun 22, 2024 · I have been trying to use Output Event Handlers to try to get an in-game Light to turn on when a Particle is spawned, but I doesn’t seem to work. You have to download these …

  4. Syncing Light, Audio, and VFX Graph Particles in Unity! - YouTube

    Jul 2, 2022 · in this video I'll show you how to setup LOD for mesh outputs, and I'll show you how to use Output Events to Sync Audio, Light, Camera shake, and any events with your visual …

  5. Output Event Handlers | Visual Effect Graph | 10.2.2 - Unity

    A VFXOutputEventAbstractHandler is an API helper that hooks into an Output Event to allow you to execute scripts based on the event. The Visual Effect Graph includes a set of example …

  6. VFX Graph GPUEvent to Output Event - Unity Discussions

    Dec 30, 2021 · CPU Output Events can only be connected to Spawners, so you won’t be able to use them alongside GPU events. Output Events are used to synchronize spawn events with …

  7. Trigger effects between particles with Visual Effect Graph

    Aug 28, 2020 · With Unity’s Visual Effect Graph, you can trigger particles to spawn by using events. As an extension of this, you can trigger events using other systems. In this tutorial, …

  8. Connect VFX Subgraphs to GPU Event Outputs - Unity Engine - Unity

    Mar 17, 2025 · You are right that connecting a GPU event to a nested VFX is currently not possible. Similarily, connecting a GPU event to an Output event is not possible either. Output …

  9. Event | Visual Effect Graph | 10.9.0 - Unity

    The default value, OnPlay, is the name of the event that the VFX Graph sends to the Spawn Context by default. The Send button gets every active Visual Effect component within the …

  10. Output Event Handlers | Visual Effect Graph | 17.2.0

    A VFXOutputEventAbstractHandler is an API helper that hooks into an Output Event to allow you to execute scripts based on the event. The Visual Effect Graph includes a set of example …

Refresh