I've created a couple of different digital assets. One of them works fine in unity, but the other is either invisible, or just has no geometry.
They both look and work fine inside of Houdini, and I can't find any notable differences in the settings between them.
Does anyone know what could cause this sort of error?
Asset is invisible in unity
4056 3 0- Grimwolf
- Member
- 46 posts
- Joined: March 2016
- Offline
- seelan
- Member
- 571 posts
- Joined: May 2017
- Offline
Check the Console window in Unity for any warnings or errors on import. Dive down into the hierarchy of the generated gameobjects to see whether the mesh components were set properly, and the materials/shaders were assigned. Check to see if alpha is 0 if they do have materials. If mesh looks valid, and materials have been assigned, could be that it might have vertex colours with 0 alpha, in which case change the shader on it to one of the Standard shaders and you might see it as those shaders don't use vertex colour.
If all else fails, please attach an HDA with the issue that I can debug.
If all else fails, please attach an HDA with the issue that I can debug.
- Grimwolf
- Member
- 46 posts
- Joined: March 2016
- Offline
- seelan
- Member
- 571 posts
- Joined: May 2017
- Offline
-
- Quick Links