Search Issue Tracker
Fixed in 0.20.0-preview 4
Votes
0
Found in [Package]
0.20.0-preview.2
Issue ID
1206234
Regression
No
[Tiny] RequireComponentTag is ignored when the required tag component is in a different assembly than the JobComponentSystem
How to reproduce:
1. Open the attached project ("case_1206234-Tiny3.Unity.zip")
2. Open the repro scene ("Scenes/Tiny3D")
3. Enter Play Mode
4. Notice that "TestJob.Execute()" log is NOT printed in the console
5. Exit Play Mode
6. Build and Run a Windows .NET build
7. Inspect the console
Expected results: "TestJob.Execute()" log is not printed in the console
Actual results: "TestJob.Execute()" log is printed in the console; RequireComponentTag is ignored
Reproducible with: 2019.3.0f5, 2020.1.0a20
Couldn't test with 2017.4, 2018.4, 2019.2 (Project Tiny requires Unity version 2019.3.0f1 and above)
Reproducible with package versions: 0.20.0-preview.3
Couldn't test with previous package versions because of package errors after downgrading
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
- m_Modifications block serializes incorrectly when replacing source prefabs
- Multiple warnings are thrown when importing Terrain URP Demo Scene to the Project
- The Frame value field does not update when using the increment/decrement arrows in the Frame Debugger if the value has been manually inputted
Add comment