I am having the weirdest issue at the moment…
I have a menu that has several buttons that are simple Box Colliders. When played, the colliders on all objects duplicate themselves and place them below and to the left of the original object. These duplicates are not duplicate objects but duplicate colliders, but I cannot access them, the only way I can interact with them in the editor (while playing) is to move the original object which moves the 2nd collider.
They are not clickable, but are touchable on the android (probably cause my touch events look for object coords whereas clicking simple tries to trigger collisions).
Check out this picture. The left side is the Menu inside the editor, the right side is the menu during play. The middle is simply the settings that each of my buttons has on them.
1 x Box Collider
1 x Script - this script simply handles the click/touch events
This was taken during play as well, so the duplicate colliders do not show up here either.
This issue has broken my game, since these duplicate colliders can be touched and are in the way.