Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.1f1
Issue ID
875417
Regression
No
Having two PropertyFields that show the same variable and changing the value of the variable does not change the other.
To reproduce:
1. Open attached project
2. Select test object in the hierarchy
3. In the Inspector, set the M1 age to 10
4. Set M2 age to 20
5. Press M1 = M2 button
6. Set M2 age to 25. See both properties change
7. Set M1 age to 12. See the property reset to 25.
Expected: Changing one property after making both properties equal should change the other property and not reset the first one.
Actual: Changing one property after making both properties equal does not change the other property and resets the changed property.
Reproduced on 5.5.1f1, 5.5.0f3, 5.6.0f2, 2017.1.0a5.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment