I’ll try to be as thorough as I can. I’m using Unity 2019.1.1f1 Personal Edition.
I’m making a world-space UI that is intended to represent a control panel for a futuristic craft. It looks like this in its default state:
When the initialize button is clicked, the blur disappears and a routine starts and does the following:
- Sets all the images to the proper sprite
- Lerps the default “gray” button to transparent
- Lerps the yellow button to opaque
- Swaps the previous behavior
- Sets the button to the final state (blue OK)
However, it only works for the first image in the list. Here’s what happens:
As you can see, the “first” button works properly, but every other one follows behavior of the next. Note: it works in the inspector
Out of curiosity I dragged the image into the layout group and it was completely invisible (this may take a bit to load)
So, why are none of my images rendering? For the sake of better identifying the problem, I’ve uploaded screenshots of all the relevant parts of my hierarchy here