Search Issue Tracker
Won't Fix
Votes
5
Found in
5.3.6p6
Issue ID
837810
Regression
No
[OSX] Enabling UnityPurchasing on Mac standalone causes builds to hang when quitting them
When closing an OSX build after calling UnityPurchasing.Initialize(), the build doesn't close immediately, but stays in the Dock for around 10 seconds and sometimes even has to be terminated to exit.
Steps to reproduce:
1) Open the attached project.
2) Build And Run on on OSX.
3) When the build launched, press Command+Q.
Expected result: the app quits immediately.
Actual result: the app hangs for ~10 seconds before exiting.
Commenting out the UnityPurchasing.Initialize() call makes the issue go away.
Reproduced on:
5.5.0b7, 5.4.1p4, 5.3.6p7, 4.7.2f1
Tested with macOS 10.12 and OSX 10.11.6.
Comments (5)
-
UNSH
Dec 09, 2018 21:40
Still a problem in unity 2018.2.14f1
-
sidebolt
Nov 06, 2017 16:47
The solution posted below by Gerold_Meisinger works in 2017.1.2
-
sidebolt
Nov 06, 2017 16:45
This is still a problem in 2017.1.2
-
Gerold_Meisinger
Feb 01, 2017 08:51
We worked around this issue in 5.3.6f1 by calling:
#if UNITY_STANDALONE_OSX
System.Diagnostics.Process.GetCurrentProcess().Kill();
#endif
but this no longer works in 5.5.0p3.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Non-multisampled texture binding errors are logged when running the DepthBlit URP scene with MSAA enabled on Vulkan
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
- Nested LocalizedStrings can not query local variables
Resolution Note:
If this is still happening, a new problem should be opened with brand new details.