Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.3f1
Issue ID
1038803
Regression
No
Custom Editor script inconsistent behavior when setting Vector3 values of GOs in a specific order
Reproduction steps:
1. Open "Editor_Inspector_Bug.zip" project
2. Open "Main" scene
3. Select the "Red Object" in the Hierarchy window and set it's "My Vector 3 (Script)" "My Vector" Values to '1'
4. Do the same to the "Blue Object", but set the values to '0'
5. Select Both of the objects in the Hierarchy window
6. Click on the "ZERO" button in the "My Vector 3 (script)" script
7. See that the values are set to '0'
8. Select the "Red Object" in the Hierarchy window and set it's "My Vector 3 (Script)" "My Vector" Values to '0'
9. Do the same to the "Blue Object", but set the values to '1'
10. Select Both of the objects in the Hierarchy window
11. Click on the "ZERO" button in the "My Vector 3 (script)" script
12. See that that doesn't set the values to '0'
Expected Result: All configurations should set the Vector3 values to '0'
Actual Result: Only some of the configurations set the Vector3 values to '0'
Reproduced with: 2018.3.0a1 (c7051b), 2018.2.0b5, 2018.1.2f1, 2017.4.4f1, 2017.3.2f1, 2017.2.3f1, 2017.1.4f1
Note:
Sometimes this error appears:
"SortIDsInVisiblityOrder failed: n != n - 1"
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
- Spring Joint shows only one anchor gizmo in Scene view when "Auto Configure Connected Anchor" is enabled
- Crash on _platform_memmove after entering large value in Graphics settings Preloaded Shaders field
- Disproportionally large impact on CPU frame time when writing to a rendering entity's LocalToWorld
- "Constant Force" Component numeric fields drift out of view while entering a really big value in the Inspector
- Scene view camera speed pop-up appears empty or cut off when Scene view is very narrow
Resolution Note:
We can now create custom editor using UI element. Unfortunately older technologies won't get the support for defects such as this.