question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

It works in 2020.1

See original GitHub issue

Had to do some VDB work and checked this out - after sometime and seeing the issues here I figured i’d share how you can get it to work:

follow instructions upto the “Packages->OpenVDB->Download Library” - this is the broken part potentially on everyones Windows installs.

When upgrading the project, clean it up, otherwise Unity doesn’t correctly resolve the UnityEngine methods for EXR conversion - I had to nuke the Library and all of the other nonessential folders.

To get the latest available plugin, you will need to download and place it manually - depending on your OS, you will find the download URLs in LibraryDownloader.cs - for win64bit its here https://dl.bintray.com/kazuki/conan/kazuki/OpenVDBNativePlugin/0.0.1/stable/0/package/2c0ede688cb6609cf77dafa57a7200b861971804/0/conan_package.tgz

Open this with 7zip and get the openvdbi.dll and place it into Assets\OpenVDB\Scripts\Plugins and restart the project.

You should be able to reimport the .vdbs included with the project as stated in the instructions.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:4
  • Comments:8

github_iconTop GitHub Comments

1reaction
geslotencirkelcommented, Aug 25, 2020

I’m not sure why that happens exactly but removing Library, ProjectSettings and UserSettings directories from the project folder before starting it up will make Unity regenerate the configs and fix issues like that. Sometimes you also have to remove and re-add the packages - i think for this Texture2D error you have to remove the HDRP package sometimes.

Healing downloaded projects is something you gotta do especially if you use diifferent versions of Unity than the one that the project was first created in.

0reactions
JacobVan3Dcommented, Aug 16, 2021

@MattTree @geslotencirkel @lizelive Would it be possible for one of you to upload the package again? Bintray seems to be down.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Navigation Button issue.
I have a workbook that uses buttons as well as navigation. In 2019.2.5 it worked as expected. In 2020.1.5 desktop it works as...
Read more >
Windows Toast Notifications not displaying
Hi,. It's not working with standard Account, but works fine with Administrator Account. Visibly an NTFS permission issue.
Read more >
PyCharm 2020.1 not stopping on breakpoints anymore.
Hi guys, PyCharm Professional 2020.1 is not stopping on ... I have been using Python 3.8.2, breakpoints were working earlier today.
Read more >
Server 2020.1 Release Notes
Release Note Product Versions. Version, Date, Release, End of Support. 2020.1.1.23790, March 5, 2020, Major, September 5, 2021.
Read more >
Another Vitis HLS 2020.1 bug? (Works just fine after copying ...
Only Vitis HLS 2020.1 seems to be having trouble with AXIS data type, or I am missing something. I have a 64-bit AXIS...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found