You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the late feedback, the issue happens when you try to import a point cloud model (no triangles) into Unity.
These models are currently not supported by the plugin and the error is not handled correctly at the moment.
I don't even know if such data can be rendered in Unity without using a custom shader to render point clouds, or using a custom script to convert points into triangles to make them renderable using Standard shaders
I opened a ticket to improve this. In the meantime, you can have a look at the triangle count in model properties to detect such models (Face count: 0)
Hello! Not sure if this is the best place to describe this issue, but I tried to import the Earthquakes model (https://sketchfab.com/3d-models/earthquakes-2000-to-2019-894ad84ceb8b444a91fbc05f20530bcd) in Unity but got 2 exceptions when doing so. Other models work, though.
Im using unity Unity 2018.2.8f1 (64-bit) and the latest sketchfab unity plugin.
The exceptions are as follows:
And
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: