Im new to coding and been using youtube as my only resource. I’m creating a brain game. I made 36 different prefabs and each says a color with differnt color text. And have 6 different UI buttons corresponding. I need some advice on how i should go about . I thought of using object pooling for the prefabs. And use a list then Trying to instantiate a new random prefab when the correct button is clicked and if not game ends. But dont know how to how i should do this because 6 prefabs are for each button. What should i use PLEASE any help would very much asppreciate