Anders Xiao
Anders Xiao
M4U use : - vc toolchain: `14.38.33130` - Windows sdk: `10.0.22621` Makesure yours equal or greater than these.
That's ok. (Your dump file looks like using a lower win sdk.) I will remove all license check while animation is processing in next version and hope to fix this...
The new version will be released in this month. I believe this issue can be solved, because I have located the problem code. Although the specific reason is unclear, I...
There is no temporary solution to fix this issue. The thread safety problem is difficult to get around. You can only wait for the new version to fix. I am...
A new early version has just been released, I remove these code from animation intance, maybe it can fix this
The new version is not stable, and `5.1` compilation is already a bit difficult, maybe it will be supported after stabled, can't you upgrade the UE version? Is your project...
Support for UE **5.1** has been added.
Are you familiar with UE's APL and gradle? UE use APL to generate gradle.build, you can modify APL file in M4U to change dependencies version.
Try modify (downgrade) camera X related dependencies: androidx.camera:camera-camera2
BTW, I'm not familiar with meta store, but I think the fault is that compileSdkVersion, targetSDKVersion and compileSdkVersion are different, and the API LEVEL should not exceed 33.