UE5.1 - Material Crash
Symptoms
Root cause
In 5.1.1, Epic made header changes. This made 5.1.0 binary incompatible with 5.1.1. You can find more details here: https://twitter.com/phyronnaz/status/1635303337229971460?s=20
What this means
The marketplace builds plugins against 5.1.0. If you use such a build against 5.1.1, you will get crashes.
In other words: if you use Voxel Plugin from the marketplace in 5.1.1, you will get crashes.
Can you fix it
We can't do anything on our end. We've reached out to the marketplace and they're looking into potential fixes.
Any workarounds
Only workarounds right now are:
Stay on 5.1.0
Build the plugin from source (eg by copying the plugin source to YourProject/Plugins)
If you have more question make sure to join our discord: https://discord.voxelplugin.com
Last updated