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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment