using Unity 5.1.0.f3
I’m making a mobile game, where the UI elements pop up only when needed - to avoid a cluttered interface.
I had a handful of working elements, both buttons and images. But as I recently copied an existing button, the element repeating itself (as opposed to clamping I suppose) across the screen in both x and y directions. This only happens in the build, not while running in Unity.
This did not, and still does not, happen to any of the older elements - it happens to all the elements I create now.
I tried copying the entire project to a new folder, as this fixed a UI bug, where the inspector items got lost. But this has not helped.
Does anyone have any ideas?
Thank you ![]()