The com.google.ar.sceneform.assets package disappears when updating to the 1.9.0 version of assets.
Facing the same issue!
Had to revert to an older version to load GLTF at runtime.
Is there any alternate method to load 3d models at runtime?
This example still uses RenderableSource.
Same issue. Back to 1.8.0 :/
You guys now that for renderable source you need the extra dependency here:
'com.google.ar.sceneform:assets:1.9.0'
This is clearly not the problem since we are all talking about having to revert to assets version 1.8.0
Same probleme here ... using 1.8.0 again :-/ ... where did this class go?
Same.
Thanks for the report - Our 1.9.0 release had a bug in how it was packaged which resulted in RenderableSource getting obfuscated, hence it's not available. If you use the assets library you should stick with 1.8.0 until we get this fixed in the next release.
This issue is now fixed in version 1.10.0.
implementation 'com.google.ar.sceneform:assets:1.10.0'