Skip to content
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

Open
noobdawn opened this issue Feb 18, 2023 · 4 comments
Open

6-way lighting maps smoke render not found #35

noobdawn opened this issue Feb 18, 2023 · 4 comments

Comments

@noobdawn
Copy link

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.

@flix55
Copy link

flix55 commented Oct 31, 2023

Having the same issue here

@atcarter714
Copy link

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.

@jackfmaxwell
Copy link

If you are talking about the node in VFX graph for unity, might be that you need to enable experimental blocks for VFX graph

@atcarter714
Copy link

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 \packages folder in your C:\users\your-name\documents\houdini20.0\ folder ... add a VFXGraph19.5.json file in there. Paste this into it:

{
    "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 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants