-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting a black screen on viroviewScene with simple 3dObject display without Arcore #315
Comments
Also getting black screen from app. Using Viro 1_16. Build from Android Studio 3.4.1 to Samsung S8+. I've included lines from manifest file and also gradle run log. Older projects run fine, leading me to believe that there is a problem with validation. API key doesn't appear to error out, but app never has success creating ViroViewARCore;. Notice the end of the log is right after a call to the AWS service. Relevant AndroidManifest lines:
gradle run log 10/15 07:20:35: Launching app
D/NetworkSecurityConfig: No Network Security Config specified, using platform default
I/System.out: (HTTPLog)-Static: isSBSettingEnabled false |
Hey @marcspraragen, this may be because of: Where the flag should be initialized to false? |
This has been fixed on the master branch and will be included in the next release. Thanks for the report. |
I'm also getting black screen. Do you have any updates on this issue? Phone: Dependencies: viro-core: app build.gradle
project build.gradle: buildscript { Log that is suspicious: |
Do you have the same issue in https://github.com/ViroCommunity/virocore ? |
class MainActivity : AppCompatActivity() {
private val config : RendererConfiguration
get() {
return RendererConfiguration().apply {
this.isHDREnabled = true
this.isPBREnabled = true
this.isShadowsEnabled = true
this.isBloomEnabled = true
}
}
}
Environment
Please provide the following information about your environment:
Description
I Followed all the instruction from virocore site and essentially, i want to load an 3dObject without argument reality and modify the object for gesture -> rotation, pinch zoom etc
and it doesn't show on the screen. Its only displaying a black screen. i have the api key under meta data on manifest file.
Reproducible Demo
Let us know how to reproduce the issue. Include a code sample, screen capture, video recording. The more information you provide, the better we can support you.
The text was updated successfully, but these errors were encountered: