Search Issue Tracker
Not Reproducible
Votes
0
Found in
4.6.0b8
Issue ID
605273
Regression
No
Instantiated UGUI prefab with a button calls the prefab's and prefab(clone)'s scripts on click
Steps to reproduce:
1. Open the attached project and scene "MainScene"
2. Press play
3. Click on the button
4. Observe 2 messages in the console.
Expected behavior: Only one message should be shown
Actual behavior: It seems that it calls the original prefab's script ant the clone's script and outputs message into the console two times.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
Add comment