Hi guys, hoping you can help with this. This is for an Android build
I am currently developing a game that uses the Unity Facebook SDK to send feeds to the users wall. This process is started with the push of a NGUI button. After the button is pressed the Facebook API takes over and proceeds to log the user in and post to facebook using their own canvas overlay. However once the canvas closes NGUI buttons stop sending OnClick Notifications to my scripts, the game is running fine, buttons change their shading/tint when pressed and I can pragmatically change NGUI labels text (used when trying to debug on device).
Now the Facebook SDK only works when built to an android or IOS device so debugging this is proving tricky and I have hit a wall.
Would you guys happen to be able to think of some things I might try, I'm stumped.
Thanks