Skip to content

sergiobd/VFXGraphOSCControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

VFXGraphOSCControl

A quick script to control VFX parameters using OSC messages:

  1. Import OscJack (https://github.com/keijiro/OscJack/releases)
  2. Expose some float parameters using VFX graph's blackboard
  3. Add this script under your VisualEffects object
  4. Set OSC port, obviously.
  5. Add the names of the parameters to the parameters array in the inspector. (Use the EXACT same name in the VFX graph)
  6. Send your OSC messages from your preferred application using messages with the structure / <float_value>. Eg. "/emission_rate 10000" (emission_rate has to be the exact same name in script and blackboard).

About

A quick script to control VFX parameters using OSC messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages