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
- Connection to Named Pipes fails when server and client are run
- Subgraph Block cannot be dragged and dropped to the workspace and it throws errors
- "Capsule" and "Cylinder" Shader Graph preview types can't be freely rotated
- Cubemap mipmaps display differently between Editor and Player when using custom mipmaps
- Graph Inspector has no padding at the top and the bottom
Add comment