Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2019.1.0a10
Issue ID
1349195
Regression
No
Crash on string:memcpy when component which is inside editor folder is applied to a prefab
To reproduce:
1. Open attached project.
2. Run editor test named: Component_Matrix4x4ValuesChanged_AssetHasChanges
Crash!
Tested on 2021.2.0a20, based on trunk 496d0fdd0316 revision
Stacktrace:
0x0000022457e5e7b6 (Mono JIT Code) (wrapper managed-to-native) System.Buffer:InternalMemcpy (byte*,byte*,int)
0x000002245971830b (Mono JIT Code) System.Buffer:Memcpy (byte*,byte*,int)
0x0000022457e5e683 (Mono JIT Code) string:memcpy (byte*,byte*,int)
0x00000224a256379b (Mono JIT Code) [SavePrefabComponentTest.cs:49] SavePrefabComponentTest:Component_Matrix4x4ValuesChanged_AssetHasChanges ()
Before the crash error is printed:
Can't add script behaviour MatrixHolderComponent because it is an editor script. To attach a script it needs to be outside the 'Editor' folder
UnityEngine.GameObject:AddComponent (System.Type) (at C:/unity4/Runtime/Export/Scripting/GameObject.bindings.cs:235)
UnityEngine.GameObject:.ctor (string,System.Type[]) (at C:/unity4/Runtime/Export/Scripting/GameObject.bindings.cs:379)
SavePrefabComponentTest:Component_Matrix4x4ValuesChanged_AssetHasChanges () (at Assets/Editor/SavePrefab/SavePrefabComponentTest.cs:46)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
- [iOS] WebCamDevice.availableResolutions returns a single resolution with width and height both 0 on some iOS devices
Add comment