Search Issue Tracker
Fixed
Votes
4
Found in
4.1.0f4
Issue ID
535459
Regression
No
Error on script with [ExecuteInEditMode] adds a component with hideFlags set to HideAndDontSave
- Create a script Bar.cs
- Create a script Foo.cs which attribute [ExecuteInEditMode], which adds Bar monoBehaviour to the gameObject and sets its hideFlags property to HideAndDontSave
- Click Play. The error message appears: "Component MonoBehaviour could not be loaded when loading game object. Cleaning up!"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- canvas.rootCanvas returns self instead of true rootCanvas when the child canvas's GameObject is disabled
- "Unsupported texture format R16 for a swizzle" error and texture is not correctly rendered when using texture Swizzle and reimporting texture asset
- Tab order is incorrect after re-ordering
- [Ubuntu] Red squares instead of ticks in dropdown options
- Multiple simultaneous input with the touch screen sometimes leaves button in not default state
Add comment