Search Unity

Game reacts only after pressing back button.

Discussion in 'Tizen' started by Prophet1111, Jun 12, 2017.

  1. Prophet1111

    Prophet1111

    Joined:
    Mar 16, 2016
    Posts:
    24
    Hi,

    I've got this weired problem.

    My game starts to react only after I press back button. When I do - everything (UI, touch, back button etc.) works just fine.
    It's as if there was something "above" my game, that I need to dismiss (back button).

    I have back button handle in my game and game doesn't respond for this first back button press. Afterwards - yes.

    I'm testing on Samsung Z2 with Tizen 2.4.0.5.

    Did anyone experiance simmilar problems?
     
  2. Prophet1111

    Prophet1111

    Joined:
    Mar 16, 2016
    Posts:
    24
    OK, found out that it's a Unity IAP fault.
    On Tizen I don't use IAPs, but forgot to delete initialization. After doing so everything works fine.