Hello Community,
I have the following problem: i want to instantiate a UI-prefab, which has some predefined Callback-methods.
imagine a prefab with a UI-Button with an Onclick() method. the moment i instantiate the prefab in runtime, the method call in the UI-Button is empty… do i have to assign the method calls while instantiating or how is it done else?
thank you in advance! if somethings unclear, please be welcomed to ask:)