Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.4.X, 2019.3.X
Votes
0
Found in
2019.2.0a12
Issue ID
1148324
Regression
No
TransformAccessArray.Dispose() crashes player
Steps to reproduce:
1. Open new project
2. Add attached "TestScript.cs" to a GameObject
(The script calls TransformAccessArray.Dispose() on start)
3. Build and run player
4. On start, the app will crash
Expected: App should not crash
Actual: App crashes
Reproduced on 2018.3.14f1, 2019.1.0f2, 2019.2.0a12, 2020.1.0a14.
Reproduced on Windows, Android, Mac and iOS platforms
---------
Fixed in 2020.1.0a17, 2019.3.0f5, 2019.2.19f1.
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
- [Android][iOS][UnityPlayerActivity] Legacy InputField.onEndEdit is not called when ending text edit
- Transform corruption and/or crash on PhysX::CreateCharacterController when spawning physics objects into Prefab stages
- UNITY_EDITOR data is Serialized into AssetBundle when building on the active Build Target
- "TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations..." error when changing the Packages "Cache Location" folder
- CompilationPipeline.assemblyCompilationFinished() hangs unity when reloading domain
Resolution Note (fix version 2019.2):
TransformAccessArray.Dispose() should not be called by user.
Resolution Note (fix version 2018.4):
Fixed in 2018.4.17f1.