Search Issue Tracker
Fixed in 1.0.0-preview19
Votes
0
Found in [Package]
preview.13-1.0.0
Issue ID
1146411
Regression
Yes
[Notifications] Mobile Notification settings spawn NullReferenceException
How to reproduce:
1. Create a new project
2. Open Package Manager -> set it to show preview packages
3. Install latest Mobile Notifications Package
4. Open Notifications settings (you can click on it in Project NotificationSettings.asset or go to Editor -> Project Settings -> Mobile Notifications)
5. Switch from Android to iOS and back in settings
Result: notice a lot of errors in the console
NullReferenceException: Object reference not set to an instance of an object
Unity.Notifications.UnityNotificationEditorManager.SaveSetting (Unity.Notifications.NotificationEditorSetting setting, Unity.Notifications.NotificationEditorSettingsCollection values) (at Library/PackageCache/com.unity.mobile.notifications@1.0.0-preview.17/Editor/UnityNotificationEditorManager.cs:209)
GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced.
Tested and reproduced: 2018.3.13f1, 2019.1.0a12, 2019.1.0f2, 2019.2.0a12. Packages: preview.13-1.0.0, preview.17-1.0.0
Tested and didn't reproduce: 2019.2.0a12. Packages: preview.10-1.0.0
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Add comment