-
ERROR: Could not find com.google.ar.sceneform:plugin:1.16.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/google/ar/sceneform/plugin/1.16.0/plugin-1.16.0.pom
…
-
Switched to 1.7 and I see this while doing a release build now:
```
error 15-Feb-2019 15:29:59 Warning: com.google.ar.sceneform.SceneView: can't find referenced class com.google.ar.sceneform.ani…
-
Sometimes FBX files get complicated and require some tweaking before they can be successfully converted via Sceneform plugin. In fact, the Sceneform plugin does a good job of displaying useful error …
-
I am trying to add text to a billboard 3d model. I tried creating a texture with input as bitmap (converted text to bitmap). When I am using setTexture() method -
billboardRenderable.setTexture("b…
-
### SPECIFIC ISSUE ENCOUNTERED
On emulator, having an AugmentedImageDatabase in an ARCore session crashes the app and logs a specific OpenGL error in Event Log:
**Logcat stacktrace:**
```…
-
I want to build an AR game using Sceneform where an object is placed on the plane on a timer (ex: every 1 second, an object is placed). I also want it to be placed at a random position on the detected…
ghost updated
5 years ago
-
Right now when we add poly assets in a scene the assets don't look very alive. I mean there are no animations of the assets like maybe a tiger roaring or trees dropping leaves. However in Unity and Vu…
-
Android Studio 4 Canary 1, android gradle plugin 3.5.1
SceneForm plugin 1.13.0
Error typ. `Error: java.lang.RuntimeException: java.lang.NoSuchMethodError: com.android.tools.idea.templates.recipe.Rec…
-
Hi,
I wanna upgrade dependencies from 1.11.0 to 1.12.0 and I'm getting a crash once open a screen with AR staff.
2019-09-23 14:37:19.015 23377-23377/E/ArSceneView: Error loading libarsceneview_j…
-
Hello,
I'm generating a instant app with AR Core to the store, When I'm using the Android Studio and run the Instant App, Everything works and I'm able to generate a Session. But when I send this …