Stein0705
✅ Acces delegate type from another script
Well that is what im trying to do. I am just not very good at this and cant seem to make it work. The function is beeing called from another script that is not static. Both relegate types are identical but arent defined in the same script, so it just gives an error
35 replies
✅ Acces delegate type from another script
Well i basically got a static script called FirebaseManager with a static funtion ReadFromDatabase. Since that function needs to wait for the data to arive, i need it to callback with the data to the function that called it. Therefore, i need to give the function to call later (when the data is received) as an argument to said ReadFromDatabase function. I having issues doing that. Could you tell me how im supposed to do that?
35 replies