eidosmontreal / unreal-vdb

This repo is a non-official Unreal plugin that can read OpenVDB and NanoVDB files in Unreal.
Apache License 2.0
690 stars 109 forks source link

Unreal 5.1 release error #45

Closed Andrej730 closed 1 year ago

Andrej730 commented 1 year ago

Unreal 5.1 just got releesed and SparseVolumetric (https://github.com/eidosmontreal/unreal-vdb/tree/5.1) now produce the following error.


Missing Modules

The following modules are missing or built with a different engine version:

VolumeImporter VolumeSequencer VolumeStreamer VolumeRuntime

Engine modules cannot be compiled at runtime. Please build through your IDE.

ОК

thilamb commented 1 year ago

Thanks, I'll update the precompiled package asap (probably today).

thilamb commented 1 year ago

https://github.com/eidosmontreal/unreal-vdb/releases/tag/v0.6.2-5.1.0

Enjoy 🍾

Andrej730 commented 1 year ago

I think it's safe now to move 5.1 branch to master.

Btw missed the commit for solving this issue - is it in some private branch or it was just recompiling issue?