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*
-
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
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