Search Issue Tracker
By Design
Votes
0
Found in
5.4.0b9
Issue ID
777557
Regression
No
ExecuteInEditMode does not generate checkbox near the script
Reproduction steps:
1. Open the attached project and open scene "test"
3. Select Cube
4. Notice that cube has two scripts ("test" and "EmptyScript") which both have "ExecuteInEditMode"
5. Disable EmptyScript script by checking flag in the inspector
6. Open script "EmptyScript" and delete line 7 "Void Start(){}
7. Notice that script is not working and there is no flag near the script in gameobject Cube to enable script again
Workaround: write an empty Start() function
Actual result: can not enable/disable script.
Expected result: ExecuteInEditMode should also have a checkbox near the script, for a testing reasons it is useful to enable/disable scripts.
reproduced on: 5.4.0b9, 5.3.3p2, 5.2.4f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
- Freeze/crash on DynamicHeapAllocator::Allocate when opening a specific project
- Text Settings Inspector sections names have no padding
- UI elements shrinking, misaligned buttons, swapped icons, or incorrect styles when rapidly cycling through Scenes in the Player
- Text field does not disappear if Ctrl+Z is pressed while editing in Viewport
Add comment