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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment