Hi guys.
I want to make a listbox in my game with couple of custom labels and images in it as elements and I’m looking for a way to do that. Would it be somehow possible to set up custom GUIContent for the SelectionGrid?
Hi guys.
I want to make a listbox in my game with couple of custom labels and images in it as elements and I’m looking for a way to do that. Would it be somehow possible to set up custom GUIContent for the SelectionGrid?
Hey, If you want to insert both Images and Strings into one Selection Grid putt all the elements into a GUIContent List or Array and then input that into the selection grid overload that uses GUIContent.
Though I am not quite sure how easy this will be to size correctly after how you want to use it. If you find that it’s too uncustomizable for your use, program your own.