I have created one text field where 10 lines is placed so i have to pick one string by mouse drag and drop or by touch in android from one place to other text field???
Edit:–Its contains some lines like this Hello!How are you?
Hello!I am Fine.
…and so on
so I have to pick one whole line like Hello!How are you?..and placed on the same scene in another text field where text field is empty…by using mouse drag and drop or touch in android…and that string i.e.Hello!How are you? is deleted from that box where its contains…when i perform drag and drop…
My answer assumes you are using GUI.TextField to gather user input.
-First, there is no easy, out of the box way to do this.
-Second, I will give you a list of steps, which you should research as most will surely raise other questions, which are already answered on this forum.
-Third, there are many other ways to do this. Personally, I use NGUI and not UnityGUI.