Search Unity

Sensitivity of ScrollRect doesn't work

Discussion in 'UGUI & TextMesh Pro' started by fertigo, Sep 24, 2014.

  1. fertigo

    fertigo

    Joined:
    Feb 15, 2014
    Posts:
    19
    Great new feature for setting the sensitivity of the scroll rect (thanks!)

    But.. I can't get it to work. On my existing project it just doesn't do anything, even if I set it to 1000 the content scrolls just as easy (I would expect almost no scroll with this setting) and buttons inside are not usable on some tablets and phones.

    I also tried making a brand new project to test it, but there it still doesn't work.

    I thought the setting is a threshold for the number of pixel you have to move before a scroll is done. If you move less a click is fired on the buttons inside the Rect (or other events). But maybe I don't understand correctly.

    Am I missing something ?? Are there some prerequisites to get it to work?

    Thanks.
     
  2. runevision

    runevision

    Joined:
    Nov 28, 2007
    Posts:
    1,892
    No, that's not what it is at all. We still need to update the Manual for this property, but the scripting reference has it:
    http://docs.unity3d.com/460/Documentation/ScriptReference/UI.ScrollRect-scrollSensitivity.html
     
  3. fertigo

    fertigo

    Joined:
    Feb 15, 2014
    Posts:
    19
  4. runevision

    runevision

    Joined:
    Nov 28, 2007
    Posts:
    1,892