Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.2.X, 2019.3.X
Votes
0
Found in
2018.3.0a1
2019.1.0a1
2019.2.0a1
Issue ID
1135941
Regression
No
Package Tests are only added when making a package testable and adding a dummy package
Reproduction steps:
1. Create a New Project, make sure `com.unity.ugui` is installed
2. Open Package Manifest in a Text Editor
3. Open Test Runner
4. Add Text 1 from Notes to the Package Manifest
5. Focus the Editor
6. See that no Tests are added
7. Add Text 2 to "testables", from Notes
8. Focus the Editor
9. See that Tests are added
Expected Result: Package Tests are added when making a package testable
Actual Result: Package Tests are only added when making a package testable and adding a dummy package
Reproduced with: 2019.2.0a8, 2018.1.0b7, 2018.3.9f1
Did not reproduce on: 2017.4.23f1
Text 1:
",
"testables": [
"com.unity.ugui"
]"
Text 2:
"com.unity.ads"
Note:
2017.4.23f1 packages aren't fully implemented
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Add comment