-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6-way lighting maps smoke render not found #35
Comments
Having the same issue here |
They definitely didn't give us many breadcrumbs to find a path forward with this ... just started working on unraveling the mystery of how to put this to use. |
If you are talking about the node in VFX graph for unity, might be that you need to enable experimental blocks for VFX graph |
Was referring to the Houdini HDAs/nodes, but have since figured it out. The installation instructions were a bit needlessly complicated. Anyone coming across this in the future, find (or create) the {
"path": "$VFXG",
"load_package_once": true,
"env": [
{
"VFXG": "C:/Users/your-name/place-you-extracted-toolkit/VFXToolbox/DCC-Tools~/Houdini/houdini19.5/VFXG"
}
]
} Then you should see it when ya launch Houdini ... |
although i have seen how to use this node in here: https://blog.unity.com/technology/realistic-smoke-with-6-way-lighting-in-vfx-graph
but seems this node has not been uploaded.
The text was updated successfully, but these errors were encountered: