Search Issue Tracker
Fixed in 2018.3.X
Votes
1
Found in
2018.1.0b13
Issue ID
1021683
Regression
No
Cloth - Prefab causes IndexOutOfRangeException in ClothInspector
Cloth - Prefab causes IndexOutOfRangeException in ClothInspector.
Selecting an object that is part of a prefrab casues the error
"IndexOutOfRangeException: Array index is out of range.
UnityEditor.ClothInspector.InitSelfAndInterCollisionSelection () (at C:/buildslave/unity/build/Editor/Mono/Inspector/ClothInspector.cs:429)
UnityEditor.ClothInspector.InitInspector () (at C:/buildslave/unity/build/Editor/Mono/Inspector/ClothInspector.cs:501)
UnityEditor.ClothInspector.OnEnable () (at C:/buildslave/unity/build/Editor/Mono/Inspector/ClothInspector.cs:514)"
Steps to reproduce.
1. Open attached project
2. Open the console (Window > Console)
3. Select project menu > Prefabs > Goal > Net
Notice issue >> IndexOutOfRangeException: Array index is out of range.
- Remove the Rigidbody component from "Net"
Notice issue >> IndexOutOfRangeException: Array index is out of range.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment