Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
0
Found in
2019.1.0a11
2019.2.0a1
2019.2.0b1
2019.3.0a1
Issue ID
1157243
Regression
Yes
NullReferenceException thrown when Package's package.json contains incorrect data and Package Manager window is open
Reproduction steps:
1. Open any Project
2. Open Package Manager Window
3. Go to the directory of any default package
4. Mark package.json as writeable and delete its content
5. Focus back to Unity
Expected result: The Console logs an error with a handled exception
Actual result: The Console logs unhandled NullReferenceException
Reproduces on: 2019.1.4f1, 2019.2.0b3, 2019.3.0a3
Does not reproduce on: 2018.4.1f1, 2019.1.0a10
Note: 2019.2.0a1 throws a different error in this scenario - System.ArgumentException: JSON parse error: Invalid value
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tilemap.SetTile() does not change the tiles when called from Update() in the Player
- Custom Shader Material is pink when the project is built for the WebGL platform
- New 3D URP Sample Scenes Project is created with an invalid dependency on com.unity.render-pipelines.universal-config when creating the Sample Project for the first time
- Canvas Scaler causes abnormal scaling of Canvas elements in Play Mode when UI Scale Mode is set to "Constant Physical Size" and any Editor window is moved to a differently scaled monitor and is interacted with
- Touch.rawPosition always returns (0,0) when clicking or dragging anywhere on the screen in the Play Mode
Add comment