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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Add comment