- Home /
All UI buttons appear and stack on top of each other.
The picture and question says it all! Im unsure why I keep finding my UI like this (once every day on average). Only thing I can think of is when I save my canvas as a prefab it could put all items to the same position. Has anyone ever had this problem?
stack.png
(28.7 kB)
Comment
Best Answer
Answer by huppatzd · Jan 31, 2018 at 06:07 AM
I have found my own solution. When you have an empty gameobject that is acting as a folder that is deselected (SetActive(false)) and you then apply changes to the prefab, anything that is not selected gets moved to the same transform.position. I think this might be a bug. hope this helps!