There’s the problem:
We got a button on he uGui, once pressed it calls a method. Just that. Everything works fine on editor and even in debug with UnityRemote.
Project is made with Unity 5.4.1p4, android build. All is updated to last version.
As soon as we build the project and install the Apk on any device it just stops calling the method, animation on button clicked still works. No errors, no warnings. Nothing. Even the log is alright.
If we make a new scene it works, but we need it to work in our scene.
Looked all around the web, forum and all to find this issue, find some solutions, none of them works.
Anyone got the same problem?