Search Unity

Question Clickable button in prefab

Discussion in 'Prefabs' started by etkinss, Aug 28, 2020.

  1. etkinss

    etkinss

    Joined:
    Jul 19, 2020
    Posts:
    1
    Hi. I am displaying dynamic event list(they comes from the database). I want to show them in a scrollview so i've created a prefab and put an image, two text inputs and a button in it. I've have two problems;

    1) I've couldn't manage to change image dynamically(image comes from the web).
    2) Button clicks doesn't work.

    What is the correct way to show items in this structure?