yasirkula / UnitySimpleFileBrowser

A uGUI based runtime file browser for Unity 3D (draggable and resizable)
MIT License
849 stars 111 forks source link

How do I turn off listening for long presses and multiple selections #91

Closed ConanGentleman closed 7 months ago

ConanGentleman commented 8 months ago

How do I turn off listening for long presses and multiple selections.

yasirkula commented 8 months ago

The allowMultiSelection parameter (which is false by default) determines it.

yasirkula commented 8 months ago

Why did you reopen the Issue?