-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unity Import #21
Comments
Thank you for reporting the issue @florolf1! Looking at the screenshots, it seems that the objects are visible but rendered out of order (in the first screenshot, the red roof can be seen behind the ground mesh). I'll look into that. |
Yes, you are right. The problem has to do with how unity render transparent objects. Changing the render queue for individual objects can fix this, but this wont work if you do this for all objects. |
It's possible that I'm setting the glTF material props incorrectly, causing Unity to think that they're transparent. I'll investigate that area. Thanks for the info! |
The issue is now fixed in develop branch and will go live with the next version update. |
Tested and it works perfectly. |
when i import the .gltf models into Unity i get a problem with rendering the models in the editor and on the device.
Every imported material is displayed as transparent.
I have tested three other GLTF Importer and it was the same for all of them.
is there a possibility to change this when converting it from .svf to .gltf?
If not, how did you solve the problem?
To import into Unity I used this plugin:
https://github.com/Siccity/GLTFUtility
The text was updated successfully, but these errors were encountered: