-
Notifications
You must be signed in to change notification settings - Fork 400
Instant Preview does not work on Mac (Unity Editor crash) #710
Comments
Even I am facing the same issue, with SDK v1.18 |
according to https://github.com/googlesamples/arcore-depth-lab |
This issue should be fixed in 1.19. Feel free to reopen this issue if you have any more problems. |
@Gjohnson6 |
The editor crashing when running Instant Preview on Mac is what will be fixed with 1.19, sorry for not being specific. The Depth API will still not be enabled when using Instant Preview. |
@Gjohnson6 not fixed yet with 1.19. please reopen this issue. first messages on crash log are.. Process: Unity [33445] Date/Time: 2020-09-01 11:14:35.594 +0900 Sleep/Wake UUID: F9DC4923-82DC-4D75-B8AB-1820D3396DFC Time Awake Since Boot: 1500000 seconds System Integrity Protection: enabled Crashed Thread: 37 UnityGfxDeviceWorker Exception Type: EXC_CRASH (SIGABRT) Application Specific Information: |
When I saw this, editor did not cash (but black screen).
Has the use of instant preview changed? I don't think the Switch Platform was needed before.
If so, I hope this page is updated
https://developers.google.com/ar/develop/unity/instant-preview |
The Instant Preview documentation does mention setting the build target to Android in the troubleshooting section, although it might be good if we moved it to the Using Instant Preview section: "In Unity's Build Settings, your build platform is set to Android and you have player settings enabled for ARCore. If not, see the Unity quickstart guide for configuration details." As for the crash, I will have to look into this and see if I can reproduce it. |
Hey, sorry for the long delay, I haven't been able to reproduce this issue with ARCore 1.19. Can you go to the Help menu in the Unity Editor and generate a bug report using the Capture ARCore Bug Report button and attach the file here? Thanks. |
Let me make sure your environment. What version your mac is ? |
And please provide whole project that works correctly if possible |
I'm running macOS 10.15.6 and I'm using the sample scenes in the 1.19 SDK likeHelloAR to test. |
arcore_unity_editor_bug_report_20200930_050911.txt |
SPECIFIC ISSUE ENCOUNTERED
Unity Editor crash when just start Instant Preview with latest Unity and 1.16.0.
VERSIONS USED
On Windows, use:
adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
On macOS, use:
adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
adb shell getprop ro.build.fingerprint
: samsung/dreamqltezh/dreamqltechn:8.0.0/R16NW/G9500ZHU3CRG5:user/release-keysSTEPS TO REPRODUCE THE ISSUE
WORKAROUNDS (IF ANY)
No problem with 2019.3.0f6.
After 2019.3.1 seems to have problems
ADDITIONAL COMMENTS
attached detailed crash log
crash.log
Editor.log
The text was updated successfully, but these errors were encountered: