Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: EnginKoc on January 03, 2019, 03:45:41 AM

Title: How to set prefabs different from each other
Post by: EnginKoc on January 03, 2019, 03:45:41 AM
Hello,
I formed UI text in editor and create buttons from prefab for changing the corresponding text. I set fsm int value index for buttons and text and used Get child num to get to the text I want. When I click the button I send the index value with send event by name after I set it. But as prefab when I click one button all of them are clicked. What can I do to change the corresponding text that has the same index value.
Thank you