our Ugui system works fine in 5.2.3f,
after we upgrade to 5.3.4f p1. some of our UI can’t be load correctly.
the bug only happen in andriod build, PC version is works fine.
the andriod console log
is The file ‘none’ is corrupted! Remove it and launch unity again! [Position out of bounds]
I’ve gotten that error in the editor when the library folder is out of sync with the project, which usually happens if Unity crashes in the middle of an import.
Having it happen in a build is a different matter entirely. An editor error message sneaking into a build means some internal assumption in Unity has been broken - hard. You should send a bug report with your project.
In the mean time, try doing a reimport all, and then building. It’s a shot in the dark, but as I said, I’ve only seen that error when the library is borked.