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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment