Hi…
I have many data to display … in the old GUI , I was using GUILayout .
how can I make GUILayout in the new Unity GUI 4.6 ?
GUILayout.BeginArea(new Rect(0,0,Screen.width,Screen.height-50),"","Box");
ScrollLobby = GUILayout.BeginScrollView(ScrollLobby,GUILayout.Width(Screen.width-20));
for ( int i = 0 ; i <= ContentCount-1 ; i++)
{
GUILayout.Label( , ContentsID *);*
-
if ( GUILayout.Button( "Delete" ) )*
_ DeleteContent( “delete” , ContentsID*);_
_ }_
_ GUILayout.EndScrollView(); _
_ GUILayout.EndArea();*_
thanks in advance