Search Issue Tracker
Fixed
Fixed in 2022.3.21f1
Votes
1
Found in
2022.2.0b10
2022.3.0f1
2023.2.0f1
2023.3.0b1
Issue ID
UUM-58284
Regression
Yes
Unclearable nunit error when installing/uninstalling the Entities package on a new project
h5. Repro steps:
- start a new project
- add the com.unity.entities@1.1.0-pre.3 using the "add project from Git URL" option
- wait for the package to download and install
h5. Actual Result:
- Console prints:
{code:java}
error CS0006: Metadata file 'Library/PackageCache/com.unity.ext.nunit@1.0.6/net40/unity-custom/nunit.framework.dll' could not be found
{code}
- The error is unclearable
- This also happens on the flip side: when uninstalling the Entities package
- The error goes away if you re-open the project.
h5. Environment
- Reproducible with Unity Editor 2022.3.13f1 and Entities package version 1.1.0-pre3
- Not reproducible with Unity Editor 2022.3.13f1 and Entities package version 1.0.16
NOTE: I tested with 2023.2, 2023.3 and 2024.1, and this issue doesn't reproduce in newer versions with newer Entities package versions
Comments (1)
-
MostHated
Jan 24, 2024 19:33
I have been working on an asset I plan to release to the store which makes use of the entities package. This bug makes it a huge pain when the first thing that happens upon import is an unclearable error which interferes with my install post-processing.
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
Resolution Note (fix version 2022.3.21f1):
Verified as fixed with Unity Editor 2022.3.21f1 and com.unity.entities@1.1.0-pre.3