Running into an error with VFX
Hey everyone, I'm trying to combine the foot tracking template with the VFX on mesh template and managed to get each of them working individually.
When I include the VFX element in the foot tracker template, I run into this error -
[Scenarium] TypeError: cannot read property 'Regular' of undefined
at setupCamera (deer_dust_vfx/System 39/Managing.js:56)
at [anon] (deer_dust_vfx/System 39/Managing.js:365)
at [anon] (deer_dust_vfx/System 39/Managing.js:378) preventsyield
Any advice on how to fix it?
There might be some helper scripts in the VFX template that you need to import separately into your project, or you might need to specify the script inputs. It looks like you are using a vfx element from the template, so take a look at that file for any helper scripts you might need to import and see what they are using for the script or vfx inputs.