ruyo / VRM4U

Runtime VRM loader for UnrealEngine4
Other
1.3k stars 170 forks source link

Engine version and plugin version don't correspond (U 5.0) #362

Open ClementChevreuil opened 3 months ago

ClementChevreuil commented 3 months ago

Unreal version : 5.0.3

Hello, I have a issue with the plugin on unreal 5.0, it seems that the plugin version does not correspond to this unreal version (I've already checked that the version of the plugin is the same as the unreal's version). I tried with the latest release 20240323 as well and I have the same issue.

Same issue when I tried with other versions of unreal except for the 5.3, but I use other plugins that are not compatible with the 5.3 version of unreal...

I dont know if this problem come from my project or from the plugin, do you have any idea to resolve this ?

Capture Output_Log.txt

ruyo commented 3 months ago

Hi. Refer to the documentation and try to remove unnecessary assets. https://ruyo-github-io.translate.goog/VRM4U/03_exe/?_x_tr_sl=ja&_x_tr_tl=en&_x_tr_hl=ja

ClementChevreuil commented 3 months ago

Thanks for your answer ! I delete the "latest" folder (content/util/actor) and that resolve my probleme.