Alexander Dauber
Alexander Dauber
Struggling with the same issue in HDRP. Is there no solution yet?
Update as per [this thread](https://forum.unity.com/threads/running-a-geometry-shader-with-computebuffer-in-hdrp.1465718/) I opened on the Unity forums: `OnRenderObject` does not seem to get triggered with HDRP (possibly LWRP and any other scriptable pipeline as well), thus...
Do you use `loadEnv` to include your own environment variables? If so, do you add them like this? `process.env = {...process.env, ...loadEnv(mode, process.cwd())};` The issue is that under the hood...