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

Does it work on M1? #86

Closed Homemaderobot closed 1 year ago

Homemaderobot commented 1 year ago

Hi,

your plug in looks amazing... However I can't get it running on unreal 5.2 on my M1 Mac. Assuming it's not supported on Apple Silicon?

I've tried in both main Plugins folder and also within a project folder with both v0.6.9_ue5.2.0 and v0.6.8_ue5.2.0

I get the following error...

Missing IntroUnrealProject Modules

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

VolumeImporter
VolumeSequencer
VolumeStreamer
VolumeRuntime

Would you like to rebuild them now?

Thanks.

thilamb commented 1 year ago

Hello, sorry but the plugin is only compatible with Win64 builds.

I have no plans on supporting Mac.

Homemaderobot commented 1 year ago

Ah shame. Thanks for the reply though.