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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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