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
- Non-multisampled texture binding errors are logged when running the DepthBlit URP scene with MSAA enabled on Vulkan
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
- Nested LocalizedStrings can not query local variables
This is a duplicate of issue #1247276