- Home /
Please help with scroll
how i can make a scroll, example ebay products in Android plase, I invoke prefabs as low in the scroll , just who in the application of ebay, as I can do the scroll , ( if it helps , I use Ngui for summoned items )
using UnityEngine;
using System.Collections;
public class Invoker : MonoBehaviour {
public GameObject Objeto;
// Use this for initialization
void Start () {
for (int Q=0; Q<10; Q++) {
Instantiate (Objeto, transform.position+=new Vector3(0,-0.35f,0), transform.rotation);
}
}
}
How can I make a scroll, like ebay products on Android please. I invoke prefabs. Just who(=like?)in the ebay application. So I can do the scrolling. I use NGUI
That is the best I could understand from your question. I understand that English is your first language. Its not my navite language either.
You did right in telling us you want to use NGUI. I can not help you very in details as I have had some problems setting up scolling windows in NGUI my self. And I ned to mess around to get it working.
This might help you in the right direction: https://www.youtube.com/watch?v=OiA4o8$$anonymous$$qBFI and http://www.geekyhamster.com/2014/04/infinite-scrolling-using-unity3d-and.html