Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a4
2018.4
2019.2
2019.3
2020.1
2020.1.0a14
Issue ID
1201929
Regression
Yes
Script Execution Order does not save other values when edited before the first value is applied
How to reproduce:
1. Open attached project "Case_1201929"
2. Open Edit -> Project Settings -> Script Execution Order
3. Edit value of "NewBehaviourScript"'s order
4. Click on the "NewBehaviourScript1"'s order with the first one still in editing mode
5. Change "NewBehaviourScript1"'s order and click "Apply"
Expected result: both execution order values are applied
Actual result: the second value is reverted back to the original value
Reproducible with: 2018.3.0a4, 2018.4.14f1, 2019.2.15f1, 2019.3.0f2, 2020.1.0a15
Not reproducible with: 2017.4.35f1, 2018.3.0a3
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note (2020.1.X):
By-Design. When the text field related to execution order is being edited, the editor believes that the reorderings are incomplete and hence doesn't save them. To persist the values, the user has to either hit return or shift focus away from the text field that is being edited.