Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b21
Issue ID
804400
Regression
Yes
[Editor] Wheel Collider results in "InvalidOperationException
Title: [Editor] Wheel Collider results in "InvalidOperationException"
Steps To Reproduce:
1. Create a 3D project
2. Create a 3D gameObject or an Empty object
3. Add a Wheel Collider
4. Observe, Error in Console: InvalidOperationException: The operation is not possible when moved past all properties (Next returned false)
5. Remove Wheel Collider Component.
6. Observe, Error in Console: InvalidOperationException: The operation is not possible when moved past all properties (Next returned false)
Comments (6)
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
kvsrosilchar
Jan 12, 2020 03:23
[Editor] Wheel Collider Results in "Invalidoperationexception https://wp.me/bt7eV
neopickaze_
Jul 16, 2016 12:10
Still having this issue in 5.4.0f1
Snorkel
Jul 04, 2016 13:14
This is not in fixed 5.4.0b24 !
InvalidOperationException: The operation is not possible when moved past all properties (Next returned false)
UnityEditor.StructPropertyGUILayout.GetChildrenCount (UnityEditor.SerializedProperty property) (at C:/buildslave/unity/build/Editor/Mono/GUI/StructPropertyGUI.cs:34)
UnityEditor.StructPropertyGUILayout.GenericStruct (UnityEditor.SerializedProperty property, UnityEngine.GUILayoutOption[] options) (at C:/buildslave/unity/build/Editor/Mono/GUI/StructPropertyGUI.cs:19)
UnityEditor.StructPropertyGUILayout.WheelFrictionCurve (UnityEditor.SerializedProperty property, UnityEngine.GUILayoutOption[] options) (at C:/buildslave/unity/build/Editor/Mono/GUI/StructPropertyGUI.cs:14)
UnityEditor.WheelColliderEditor.OnInspectorGUI () (at C:/buildslave/unity/build/Editor/Mono/Inspector/WheelColliderEditor.cs:49)
UnityEditor.InspectorWindow.DrawEditor (UnityEditor.Editor editor, Int32 editorIndex, Boolean rebuildOptimizedGUIBlock, System.Boolean& showImportedObjectBarNext, UnityEngine.Rect& importedObjectBarRect) (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1235)
UnityEditor.DockArea:OnGUI()
Marek_Bakalarczuk
Jun 30, 2016 13:47
Switch Inspector to Debug mode, and you can change WheelCollider settings
DiegoR
Jun 28, 2016 13:55
The issue was not solved. Still happens in 5.4.0b23.
SROZOne
Jun 27, 2016 18:50
I have unity 5.4.0b22 and i have this error