Search Issue Tracker
Duplicate
Votes
1
Found in [Package]
0.7.0-preview.19
Issue ID
1222126
Regression
No
[ECS] Safety restrictions on ArchetypeChunkBufferType are not disabled when using [NativeDisableContainerSafetyRestriction]
Reproduction steps:
1. Open the attached project ("case_1222126-NativeDisableContainerSafetyRestriction.zip")
2. Open the repro scene ("SampleScene")
3. Enter Play Mode
4. Inspect Console
Expected result: No errors/exceptions are thrown
Actual result: "InvalidOperationException: The previously scheduled job BugSystem:BugJob writes to the UNKNOWN_OBJECT_TYPE BugJob.Data.Type" exception is thrown
Reproducible with: 2019.3.6f1, 2020.1.0b2, 2020.2.0a2
Couldn't test with: 2017.4, 2018.4 (package not supported), 2020.2.0a3 (ECS package errors from deprecated method calls)
Reproducible with package versions: 0.3.0-preview.4, 0.7.0-preview.19
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
This is a duplicate of issue #1247276