Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

RenderableSource missing in 1.9.0 Release #695

Open
John-DeCorato-HZ opened this issue May 15, 2019 · 8 comments
Open

RenderableSource missing in 1.9.0 Release #695

John-DeCorato-HZ opened this issue May 15, 2019 · 8 comments
Labels
bug Something isn't working fixed in upcoming release

Comments

@John-DeCorato-HZ
Copy link

The com.google.ar.sceneform.assets package disappears when updating to the 1.9.0 version of assets.

@Ayusch
Copy link

Ayusch commented May 17, 2019

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.

@bestog
Copy link

bestog commented May 17, 2019

Same issue. Back to 1.8.0 :/

@bobekos
Copy link

bobekos commented May 17, 2019

You guys now that for renderable source you need the extra dependency here:
'com.google.ar.sceneform:assets:1.9.0'

@John-DeCorato-HZ
Copy link
Author

This is clearly not the problem since we are all talking about having to revert to assets version 1.8.0

@WilliamBrain
Copy link

Same probleme here ... using 1.8.0 again :-/ ... where did this class go?

@theolm
Copy link

theolm commented May 24, 2019

Same.

@tpsiaki
Copy link
Contributor

tpsiaki commented May 29, 2019

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.

@tpsiaki tpsiaki added bug Something isn't working fixed in upcoming release labels May 29, 2019
@SimonMarquis
Copy link

This issue is now fixed in version 1.10.0.

implementation 'com.google.ar.sceneform:assets:1.10.0'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working fixed in upcoming release
Projects
None yet
Development

No branches or pull requests

8 participants