Hi all,
I am trying to do something that I thought will be very simple, but turns out to be a bit of a nightmare and I am very desperate at this point T___T. I read basically all posts on this forum about array, and tried some things that were suggested there but nothing seems to work.
Let’s say I have 6 static meshes in the array. I need to change their material, and I need to do it one at a time and in a random order, pressing the same button. ( in total, a button should not be pressed more than 6 times).
If I use ‘get random item’ the items repeat, and nothing happens as I press the button ( because the new material was already applied to that mesh, as random loops through the array not just once). I tried to use ‘remove index’, ‘remove item’ or create a new array and use ‘add unique’ but none of these work!!
Please see screenshot of my last attempt.
If anyone has any suggestions and tips on how to address it, it would be amazing…