App crash on setModel method of ModelNote class #164
Replies: 3 comments 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
This is all that I have, in this case |
Beta Was this translation helpful? Give feedback.
-
I successfully run your "model-viewer" sample on my android device. But I found an issue with it.
It's the only change that I've made, just to create another simple fragment with the text, to test how well MainFragment() will finish it's work by onBackPressed. And test wasn't successful - app got crash:
Help me please with that. Because my app that uses your library has the same architecture - a lot of fragments in a single activity. And the fragment with your io.github.sceneview.SceneView is one of them. |
Beta Was this translation helpful? Give feedback.
-
Hello
I don't really understand why my app crashes on setModel method:
App crashes in this row:
anchorNode.setModel(objectRenderable, autoAnimate = false)
when this method tries to get model.entities inside ModelNote class
Beta Was this translation helpful? Give feedback.
All reactions