hi guys! is there a way to display an image in a plane, its like i created to planes i named it into Book1 and Book2 where will display the two images ill be downloading in the net. heres my code.
public static void addArraylistToString( StringBuilder builder, ArrayList result )
{
// we start off with an ArrayList of Hashtables
foreach( object item in result )
{
if( item is Hashtable )
{
//i dont know how to write a code that will display the mentioned iamges.
}
hi renman, sorry im new to unity, i was jst assigned to do a task, wihotu any knowledge with unity, ive been struggling with this for 1 month. can u help me with it?
In Unity’s editor, there are tabs. Scene, Game, Hierarchy, Inspector and Project. Your art, is in your project. Your object is in your heirarchy. Drag it from your project onto your object in the heirarchy.
public static void addArraylistToString( StringBuilder builder, ArrayList result )
{
// we start off with an ArrayList of Hashtables
foreach( object item in result )
{
if( item is Hashtable )
{
// I ONLY NEED A CODE ON HOW TO DISPLAY IT ON A PLANE.
}