Search Issue Tracker
By Design
Votes
0
Found in
2017.2.0b9
Issue ID
945266
Regression
No
UI Button doesn't work unless the graphic is on the same object
Cannot click on a UI button when its target graphic is assigned to a graphic located on a different GameObject.
Repro steps:
1. Download + Open attached project.
2. Open Test Scene, see how the left button cannot be clicked but the right can.
3. Observe scene set up. The left button is connected to a seperate graphic, the right button's graphic is on the same GameObject.
Comments (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
- “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
eskivor
Oct 19, 2022 15:25
Then could you display a warning when an assigned target graphic of a button component is not onthe same game object or one of the child game objects of the button's game object? A warning saying that in that case it won't work by design, and how the user can fix it.