Hello,
I have the current plugin installed and set in my project's build.grandle file
dependencies {
...
classpath 'com.google.ar.sceneform:plugin:1.7.0'
}
When right clicking on this sun's .obj file, I only see "New..".
Are there further things to install for the right click option to appear?
My module build.gradle
dependencies {
...
implementation 'com.google.ar:core:1.7.0'
implementation 'com.google.ar.sceneform.ux:sceneform-ux:1.7.0'
implementation 'com.google.ar.sceneform:core:1.7.0'
}
I am running Android Studio 3.3.2 on macOS 10.14.3 Mojave
Thank you
Will you double-check that the Android Studio Google Sceneform Tools (Beta) plugin is enabled?
Android Studio > Preferences > Plugins
Find "Google Sceneform Tools (Beta)" and ensure that it is present, and the checkbox next to it is checked. If it is unchecked try checking it and restarting.
Will you double-check that the Android Studio Google Sceneform Tools (Beta) plugin is enabled?
Android Studio > Preferences > Plugins
Find "Google Sceneform Tools (Beta)" and ensure that it is present, and the checkbox next to it is checked. If it is unchecked try checking it and restarting.
That worked. Sorry didn't see this in the instructions. Thank you very much!
Most helpful comment
Will you double-check that the Android Studio Google Sceneform Tools (Beta) plugin is enabled?
Android Studio > Preferences > Plugins
Find "Google Sceneform Tools (Beta)" and ensure that it is present, and the checkbox next to it is checked. If it is unchecked try checking it and restarting.