Hello Guest

Author Topic: tk2dButton, problem with the input  (Read 3353 times)

kremedved

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 14
    • View Profile
tk2dButton, problem with the input
« on: September 18, 2013, 08:17:57 am »
I came across an issue: I have tk2Button at a scene and if Input.multitouch = true, I can press the button without pressing it - if you make two taps: to the left and to the right of the button, or above and below it. If we have Input.multitouch = false there is no such problem, but I need an active multitouch.
Unity3d 4.2, 2dt v2.2

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: tk2dButton, problem with the input
« Reply #1 on: September 18, 2013, 11:15:41 am »
tk2dButton is deprecated, you should look into using tk2dUIButton instead.