Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b5
Issue ID
769136
Regression
Yes
[Cloth] Adding cloth to an object throws multiple errors and added cloth component is missing all of its properties
To reproduce:
1. Open attached project
2. Select banner1 object
3. Add cloth component
4. Notice errors in console:
get_skinIndex is not allowed to be called from a MonoBehaviour constructor, call it in Awake or Start instead. Called from script 'ClothInspector' on game object ''.
See "Script Serialization" page in the Unity Manual for further details.
UnityEditor.ClothInspector:.cctor()
LoadAssetAtPath is not allowed to be called from a MonoBehaviour constructor, call it in Awake or Start instead. Called from script 'ClothInspector' on game object ''.
See "Script Serialization" page in the Unity Manual for further details.
UnityEditor.ClothInspector:.cctor()
UnityException: LoadAssetAtPath is not allowed to be called from a MonoBehaviour constructor, call it in Awake or Start instead. Called from script 'ClothInspector' on game object ''.
See "Script Serialization" page in the Unity Manual for further details.
The targets array should not be used inside OnSceneGUI or OnPreviewGUI. Use the single target property instead.
UnityEditor.DockArea:OnGUI()
Before 5.4.0b9 this error was printed:
GetLocalizedString is not allowed to be called from a MonoBehaviour constructor, call it in Awake or Start instead. Called from script 'ClothInspector' on game object ''.
See "Script Serialization" page in the Unity Manual for further details.
UnityEditor.ClothInspector:.cctor()
Regression from 5.3
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
ivanovichgames
May 17, 2016 11:21
Not working yet in 5.4b15
quitebuttery
Apr 18, 2016 00:54
Still broken in 5.4b14
Anton1274
Apr 14, 2016 13:02
Still broken in 5.4 beta 14
NhojEntuna
Apr 06, 2016 16:47
Still broken in 5.4 b12 and b11 and I heard that it's still broken in b13
Goldrake
Apr 05, 2016 09:52
cloth not working....it's so a pain..
Mark-Davis
Apr 04, 2016 22:25
It's broken in 5.4.0b13 as well.
SHG
Apr 03, 2016 21:40
Game constantly crashes on just one level with cloth giving me an "Access Violation (0xc0000005)", and the only error that really pops out to me in the console is this one.
antoni4040
Apr 03, 2016 06:05
Still not working on Linux, version 5.4b10
HyPer512
Apr 02, 2016 07:01
Still broken. latest beta.
sSuite
Mar 31, 2016 23:30
Yeah, this is still broken