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
- Crash on RaiseException when terrain detail instancing is excessive
- Prefab variant reference is lost when assigned by click-and-drag in Prefab Editor mode
- Opening any dropdown in Shader Graph stops the Nodes preview but it still plays in the background
- GPU utilization increases when a GameObject is selected
- Motion Blur has sharp edges when object is moving in the foreground of another object
Add comment