Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0b5
2018.1.0b8
Issue ID
1005597
Regression
Yes
Editor crashes when calling NativeArray<T>.Equals()
Steps to reproduce:
1. Download 1005597_repro.zip
2. Open "test" scene
2. Enter play mode
Results: editor crashes when calling NativeArray<T>.Equals() in script Test.cs line 13
Reproduced with: 2018.2.0a2, 2018.1.0b9, 2018.1.0b5
Not reproducible with: 2018.1.0b4, 2013.3.1p2, 2017.2.2f1
Regression introduced in: 2018.1.0b5
Example code:
var a = new NativeArray<int>(100, Allocator.Temp);
var b = new NativeArray<int>(100, Allocator.Temp);
Debug.Log(a.Equals(b));
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Incorrect initial target position when the Skinning Editor's "Depth" parameter is adjusted on a bone which is set as the "Effector" parameter on the "Limb Solver 2D" Component
- The order of activation for Water Deformers and Foam Generators will cause water artefacts in the Player
- Crash on `anonymous namespace'::PrepareTreesAndWriteWindParamsJobData::Execute when entering Play mode on a specific project
- [Linux] Crash on 'PPtr<RuntimeAnimatorController>::operator RuntimeAnimatorController*() const' when saving a new animation file
- Crash on CachedWriter::Write when building a specific project with a default runtime TSS
Add comment