Search Issue Tracker
By Design
Votes
0
Found in
2018.4.0f1
2019.1.0a1
2019.1.5f1
2019.2.0a1
2019.3.0a1
Issue ID
1160003
Regression
No
Test Assemblies are not referenced when they are imported through Unity Package Manager
How to reproduce:
1. Open the attached project ("BugReports-MainProject.zip")
2. Notice the "Missing assembly reference" error in the console
Expected results: Test assemblies imported through Package Manager are referenced
Actual results: Test assemblies imported through Package Manager are not referenced
Reproducible with: 2018.4.2f1, 2019.1.6f1, 2019.2.0b5, 2019.3.0a5
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
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
Resolution Note (2020.1.X):
UPM Test Assemblies need to be added in "testables" list in the "manifest.json" for them to be referenced.
See: https://docs.unity3d.com/Manual/upm-manifestPrj.html