karasusan / OpenVDBForUnity

Unity plugins for OpenVDB
MIT License
258 stars 39 forks source link

[Install Solved] For anyone wondering how to install this after bintray was killed #27

Open alelievr opened 2 years ago

alelievr commented 2 years ago

Install steps

Bonus: extract 3D texture from VDB:

shotalot commented 2 years ago

Install steps

Bonus: extract 3D texture from VDB:

            projectPath = projectPath.Replace('\\', '/');

Click on your VDB file and then Material and finally "Extract Textures" image

Did you manage to link the generated 3D texture to a local fog volume? Its just empty for me I'm not sure why.

alelievr commented 2 years ago

Do you mean HDRP volumetric fog? If yes, then you need a specific format (Alpha8) and it's pretty bothersome to convert if you start from an RGBA 3D texture (other than scripting I don't know how to do it). In later versions of HDRP they added support for RGBA textures so that might work better

sonicyue commented 1 year ago

It works thanks a lot!