Search Issue Tracker
Fixed in n/a
Votes
0
Found in [Package]
n/a
Issue ID
1116123
Regression
Yes
[VR][Android] Application.Quit() no longer causes apps to fully terminate the process on Oculus GO
To reproduce:
1. Install attached .apk to your Oculus GO and launch it
2. While in app, press Back button to initialize Platform SDK
3. Click touchpad trigger to quit application (Application.Quit())
4. Launch the application again
5. Click touchpad trigger again to quit application (Application.Quit())
Actual results: application crashes/freezes
Reproduced in: 2018.3.0b4, 2018.3.3f1, 2019.1.0a14
Note1: earlier releases produce broken scene objects, therefore could not be tested
Note2: 2019.2.0a1 produces console error when building:
"FormatException: Input string was not in a correct format.
System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) (at <1aa022ba59ae4cfa86ec80b69d3d4fc2>:0)
System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) (at <1aa022ba59ae4cfa86ec80b69d3d4fc2>:0)
System.Int32.Parse (System.String s, System.IFormatProvider provider) (at <1aa022ba59ae4cfa86ec80b69d3d4fc2>:0)
System.Convert.ToInt32 (System.String value) (at <1aa022ba59ae4cfa86ec80b69d3d4fc2>:0)
UnityEditor.Android.SDKManager.ParseSDKManagerOutput (System.String[] packageList) (at <1b1a61ffd3924442960b571323440781>:0)
UnityEditor.Android.SDKManager.UpdatePackagesList () (at <1b1a61ffd3924442960b571323440781>:0)
UnityEditor.Android.SDKManager.HighestVersionInstalled (UnityEditor.Android.SDKManager+Component tool) (at <1b1a61ffd3924442960b571323440781>:0)
UnityEditor.Android.PostProcessor.Tasks.CheckAndroidSDK+SDKToolsDetector.GetVersion () (at <1b1a61ffd3924442960b571323440781>:0)
UnityEditor.Android.PostProcessor.Tasks.CheckAndroidSDK+SDKComponentDetector.Detect (System.Version minVersion, UnityEditor.Android.PostProcessor.ProgressHandler onProgress) (at <1b1a61ffd3924442960b571323440781>:0)
UnityEditor.Android.PostProcessor.Tasks.CheckAndroidSDK.EnsureSDKComponentVersion (System.Version minVersion, UnityEditor.Android.PostProcessor.Tasks.CheckAndroidSDK+SDKComponentDetector detector) (at <1b1a61ffd3924442960b571323440781>:0)
UnityEditor.Android.PostProcessor.Tasks.CheckAndroidSDK.Execute (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <1b1a61ffd3924442960b571323440781>:0)
UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <1b1a61ffd3924442960b571323440781>:0)
UnityEditor.Android.PostProcessAndroidPlayer.PrepareForBuild (UnityEditor.BuildOptions options, UnityEditor.BuildTarget target) (at <1b1a61ffd3924442960b571323440781>:0)
UnityEditor.Android.AndroidBuildPostprocessor.PrepareForBuild (UnityEditor.BuildOptions options, UnityEditor.BuildTarget target) (at <1b1a61ffd3924442960b571323440781>:0)
UnityEditor.PostprocessBuildPlayer.PrepareForBuild (UnityEditor.BuildOptions options, UnityEditor.BuildTargetGroup targetGroup, UnityEditor.BuildTarget target) (at C:/buildslave/unity/build/Editor/Mono/BuildPipeline/PostprocessBuildPlayer.cs:106)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment