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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
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.