Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
2
Found in
2019.2.0b1
Issue ID
1152734
Regression
Yes
Console error warns of possible crash issue when importing the IAP package from the Services Window
When a user wants to import the IAP utilities from the Services Window, this error appears in the console:
Reload Assembly called from managed code directly. This will cause a crash. You should never refresh assets in synchronous mode or enter playmode synchronously from script code.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
This doesn't lead to a crash immediately, though it prevents the Import Package window to appear. The user can trigger the Import window to appear afterwards, though, by pressing the Reimport button from the Services Window.
To repro:
1. Start a new Project
2. Enable IAP Services
3. Click the Import button
4. notice the error
Reproduced with UnityEditor 2019.2.0b1, 2019.2.0a1 and 2019.3.0a2
Unable to reproduce with UnityEditor 2019.1.1f1 and 2019.2.0a14
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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Resolution Note (fix version 2019.2):
Added a new installer to install packages in the correct order and thereby removing these errors.