-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello,
I am currently using this project to import at runtime a COLLADA file, but for some reason, the import seems to be all messede up.
Using the Unity editor to import del file, seems to be working correctly, here is the exptected result:

Yet, when I use the importer at runtime, this is the result:
Wierdly enough, some other .dae files get imported correctly, for example the anymal_thigh_r.dae attached to this issue get imported correctly.
I've tried different extension of the same file, for example .obj and .ply, which seems work to but I cannot get the vertex colors rendered in that case (feature I need)
Attached to this issue there is also the file used in the screenshot. As I am quite new to working with 3D files, I have very little clue on what might be issue.
Here are the meshes that causes the wierd behaviour:
meshes.zip
Thanks in advance