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

UI

-

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.

Add comment

Log in to post comment