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
- During compilation VFX particles are missing cyan placeholder shader when using Shader Graph output
- Search field overlaps when minimising docked Search window
- Crash on [NSApplication endModalSession:] when saving while Play Mode is loading
- Incorrect Preferred Height calculation when a single text line uses different Font Assets
- [ShaderGraph] Redo Collapse Nodes action does not fully collapse the Nodes
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