Search Issue Tracker
Fixed
Fixed in 2022.3.32f1, 6000.0.8f1, 7000.0.0a4
Votes
1
Found in
2022.3.3f1
2023.1.2f1
2023.2.0a21
2023.3.0a3
6000.0.0b11
7000.0.0a1
Issue ID
UUM-40830
Regression
No
"Import Error Code: (4)" warnings are infinitely thrown when selecting local packages modified JSON file
Reproduction steps:
1. Open the attached “ASDQWE” project
2. In the Project Window, select “Packages/TestPackage/package.json” asset
3. In the Inspector Window, modify any property inside the “Information” section
4. Observe the Console Window
Expected result: No warning is displayed
Actual result: Identical “Import Error Code: (4)” warnings are thrown infinitely
Reproducible with: 2022.2.13f1, 2022.3.3f1, 2023.1.2f1, 2023.2.0a21
Not reproducible with: 2021.3.27f1, 2022.2.12f1
Reproducible on: Intel MacOS 13.4
Not reproduceable on: Windows 10 22H2, Intel MacOS 13.3.1
Note: For the reproduction to occur, sometimes changing several fields is required
Comments (1)
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
- “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
djhatvr
Dec 27, 2023 03:52
I just resolved my own Infinite "Import Error Code: (4) issue.
However, mine was with a package that was added with Git URL
Also, I'm on Windows
In my case I had 2 Assembly Def files with the same name in the inspector.
After I changed the names it worked fine.