-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Infinite loading #36
Comments
@Fr0zka Yes, it's a bug. |
I'm uploading the .gltf file right now, but there is the log for now ^^' (i created the .gltf using blender of a map chunk from https://wow.tools/export/) |
@Fr0zka Ok, I got. Give me time to check. |
Ok, I know the reason. The glTF file contains about 3000+ objects. For each asset, it will recalculate the md5 value that is generated by the glTF file. The glTF is too big to spend about 0.5 seconds to calculate the MD5 value. So it does that about 3000+ times 😵 , it will cost about 20 mins 😢 (also depend on your machine). And I import it after I fix it and cost about 6 mins 😃 on my laptop in the debug mode. I will fix it in the next version 2.0.6. |
@Fr0zka the unreal crash when importing the glb file? Can you share the glb file? |
Ooohh nice ^^ can't wait for this next update, and i think unreal crashed because i had not enought free ram when i tried. (+ i see that every object have the right position on map o: i'm pretty hyped) |
Hey i've tried to load a glTF file with your plugin, everything seemed to work properly, but now its been ~ 10 minute and its still stuck on

is it normal ? :c (my glTF is about ~600mb)
(ue4 4.26.1 and your latest plugin version)
(after 20~ minute i've tried with a .gltf instead of .glb, this time, unreal crashed after few seconds)
The text was updated successfully, but these errors were encountered: