UE 5.6 Engine Crashing Bug with Text3D

2days ago they fixed one issue related to Text3D Unreal Engine Issues and Bug Tracker (UE-323795)
am I right that if target fix is for UE5.7 they wont fix it in UE5.6?

Awesome job thanks a lot - with your solution build on UE5.6.1 works.

You can upload this plugin on github its not easy to trust some self-hosted site for many people I think thats why your solution went unnoticed here.

To ensure that where is no something mallicious I copy-pasted engine Text3D plugin to project and created git repo and than copy-pasted your plugin to check diff and ensure that its ok.

Now making build, cooking on 5h - all works fine, before its just randomly crashed build on 5m with Text3D error.

Again thanks a lot.

Hey! Glad to have helped :slight_smile:
If you feel like it - please do share changes on github.
I can’t even take much credit - I fixed the first issue that prevented a crash, then saw qipaworld had already done that, and taken the next steps to fix packaging, and added something along the lines of his tweaks (with a bit of difference in debug logging)

I was going to make a PR to epic, but saw the plugin seems to be quite different, hopefully addressing the issues in text3d….

but you make a good point in asking “am I right that if target fix is for UE5.7 they wont fix it in UE5.6?” - I was only considering the master branch, but epic could well do another point release on 5.6! So if you fancy sending them a PR against the 5.6 branch, that would be great.
If not, reply here and I’ll give it a go.