Indonesia Unity3D Game Developing
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Game Mewarnai Tutorial
[ask] memasukkan picture kedalam unity??? EmptyThu Mar 23, 2017 10:21 am by kamil

» [ASK HELP] Slide informasi di augmented reality
[ask] memasukkan picture kedalam unity??? EmptyTue Jan 03, 2017 8:58 pm by Briyan_ap

» ASK cara klik dan memunculkan informasi
[ask] memasukkan picture kedalam unity??? EmptyTue Jan 03, 2017 8:54 pm by Briyan_ap

» [Ask] mengubah game PC menjadi game Android
[ask] memasukkan picture kedalam unity??? EmptyTue Jan 03, 2017 10:57 am by NiethaChan

» Virtualisasi suatu Gedung mengunakan unity3D + google seketchUP
[ask] memasukkan picture kedalam unity??? EmptySat Dec 31, 2016 1:06 am by zeepank

» Minta Tolong, slideshow ngga muncul saat object di klik
[ask] memasukkan picture kedalam unity??? EmptyTue Dec 27, 2016 12:53 pm by Briyan_ap

» tolong dong lagi bikin button rotate tp button ga keluar
[ask] memasukkan picture kedalam unity??? EmptyWed Dec 21, 2016 1:15 pm by Lita Misae

» algoritma Minimax/negascout buat checkers
[ask] memasukkan picture kedalam unity??? EmptyWed Nov 30, 2016 1:51 am by ardiansa

» screenshot
[ask] memasukkan picture kedalam unity??? EmptyWed Nov 16, 2016 10:15 pm by azhari

Statistic

[ask] memasukkan picture kedalam unity???

5 posters

Go down

[ask] memasukkan picture kedalam unity??? Empty [ask] memasukkan picture kedalam unity???

Post  eternas Fri Jun 15, 2012 1:16 am

permisi gan.. ane mw nanya..,masukkin picture (jpg,JPEG,Tiff dan lain lain) kedalam scene unity gimana ya caranya??? rencananya tuh gambar mw dijadiin background menu.. mohon bimbingannya..
eternas
eternas
Unity3D Newbie
Unity3D Newbie

Posts : 13
Points : 18
Reputation : -1
Join date : 2012-05-10

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Memasukkan Gambar Ke Scene

Post  Marolop Fri Jun 15, 2012 8:16 am

1. Buat sebuah game objek Cube
2. Drag gambar yg akan di masukkan dr Windows Explorer ke jendela Project
3. Buat sebuah material dengan memasukkan gambar tasi sebagai texture, pilih Shader= Transparant> Bumped Disfuse
4. Masukkan material ke objek Cube
5. Ubah posisi dan scale objek cube sesuai yg diinginkan

God Luck...
Marolop
Marolop
Unity3D Newbie
Unity3D Newbie

Posts : 14
Points : 22
Reputation : 0
Join date : 2012-05-31

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  eternas Fri Jun 15, 2012 9:42 am

Marolop wrote:1. Buat sebuah game objek Cube
2. Drag gambar yg akan di masukkan dr Windows Explorer ke jendela Project
3. Buat sebuah material dengan memasukkan gambar tasi sebagai texture, pilih Shader= Transparant> Bumped Disfuse
4. Masukkan material ke objek Cube
5. Ubah posisi dan scale objek cube sesuai yg diinginkan

God Luck...

kalo ga pake cube, ga bisa ya gan???
eternas
eternas
Unity3D Newbie
Unity3D Newbie

Posts : 13
Points : 18
Reputation : -1
Join date : 2012-05-10

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  Marolop Fri Jun 15, 2012 12:07 pm

???????????????


Last edited by Marolop on Mon Jun 25, 2012 8:05 am; edited 2 times in total
Marolop
Marolop
Unity3D Newbie
Unity3D Newbie

Posts : 14
Points : 22
Reputation : 0
Join date : 2012-05-31

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  eternas Tue Jun 19, 2012 7:17 pm

Marolop wrote:Bisa jg, tapi harus import aset EZGUI,ex2D dari web AnB Soft
downloadnya dimananya gan.. kok filenya video semua??
eternas
eternas
Unity3D Newbie
Unity3D Newbie

Posts : 13
Points : 18
Reputation : -1
Join date : 2012-05-10

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  Marolop Wed Jun 20, 2012 8:35 am

?????????????????????????


Last edited by Marolop on Mon Jun 25, 2012 8:09 am; edited 1 time in total
Marolop
Marolop
Unity3D Newbie
Unity3D Newbie

Posts : 14
Points : 22
Reputation : 0
Join date : 2012-05-31

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Memasukkan Gambar Ke Scene menggunakan GUI

Post  Marolop Fri Jun 22, 2012 3:08 pm

Masukkan sebuah Texture ke jendela Project


using UnityEngine;
using System.Collections;
public class example : MonoBehaviour
{
public Texture Gambar;

void OnGUI()
{
if (!Gambar)
{
Debug.LogError("Masukkan Texture terlebih dahulu ke jendela Incpector.");
return;
}
GUI.DrawTexture(new Rect(0, 0, 100, 100), Gambar, ScaleMode.ScaleToFit, true, 0);
}
}

ubah posisi dan ukuran sesuai yang diinginkan
Marolop
Marolop
Unity3D Newbie
Unity3D Newbie

Posts : 14
Points : 22
Reputation : 0
Join date : 2012-05-31

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  eternas Fri Jun 22, 2012 7:22 pm

Marolop wrote:donlot ex2D : [You must be registered and logged in to see this link.]

Import pakage ex2D ke Unity
Pilih menu > Game Objet > CreateOther>ex2D>Sprite Object
Drag gambar dari jendela project ke jendela Inspectore Objek Sprite Object

God Luck Gan
kagak bisa di download gan.. T.T muncul huruf2 aneh..
eternas
eternas
Unity3D Newbie
Unity3D Newbie

Posts : 13
Points : 18
Reputation : -1
Join date : 2012-05-10

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  eternas Fri Jun 22, 2012 7:25 pm

Marolop wrote:Masukkan sebuah Texture ke jendela Project


using UnityEngine;
using System.Collections;
public class example : MonoBehaviour
{
public Texture Gambar;

void OnGUI()
{
if (!Gambar)
{
Debug.LogError("Masukkan Texture terlebih dahulu ke jendela Incpector.");
return;
}
GUI.DrawTexture(new Rect(0, 0, 100, 100), Gambar, ScaleMode.ScaleToFit, true, 0);
}
}

ubah posisi dan ukuran sesuai yang diinginkan
ini coding bisa dipakenya setelah ada ex2D nya gan????
eternas
eternas
Unity3D Newbie
Unity3D Newbie

Posts : 13
Points : 18
Reputation : -1
Join date : 2012-05-10

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  Marolop Sat Jun 23, 2012 10:36 am

???????


Last edited by Marolop on Mon Jun 25, 2012 8:00 am; edited 1 time in total
Marolop
Marolop
Unity3D Newbie
Unity3D Newbie

Posts : 14
Points : 22
Reputation : 0
Join date : 2012-05-31

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  eternas Sat Jun 23, 2012 9:15 pm

Marolop wrote:Klik saja Linknya gan, trus klik tombol Download, ni saya coba donlot langsung jalan.?????

tuk script itu, tidak perlu ex2D, namun dgn menggunakan script tsb akan sangat berat jika dijalankan di perangkat mobile, hindari penggunaan void OnGUI jika game akan dijalankan di perangkat mobile. God Luck
oke..thanks banyak agan Marolop.. Very Happy
eternas
eternas
Unity3D Newbie
Unity3D Newbie

Posts : 13
Points : 18
Reputation : -1
Join date : 2012-05-10

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  syauqy Fri Jul 13, 2012 8:33 pm

mungkin bisa pake GUI texture object, tinggal klik create di hierarchy -> terus GUI texture -> tinggal ganti texture di properties tab-nya sesuai gambar yang kita inginkan Very Happy
syauqy
syauqy
Unity3D Newbie
Unity3D Newbie

Posts : 2
Points : 2
Reputation : 0
Join date : 2012-05-01
Location : Yogyakarta

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  eternas Mon Jul 16, 2012 11:26 am

syauqy wrote:mungkin bisa pake GUI texture object, tinggal klik create di hierarchy -> terus GUI texture -> tinggal ganti texture di properties tab-nya sesuai gambar yang kita inginkan Very Happy

oke agan thank's banyak ilmunya.. Very Happy
eternas
eternas
Unity3D Newbie
Unity3D Newbie

Posts : 13
Points : 18
Reputation : -1
Join date : 2012-05-10

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  insomynwa Tue Jul 17, 2012 7:40 pm

pake GUITexture bisa, pake GUISkin juga bisa..
insomynwa
insomynwa
Unity3D Newbie
Unity3D Newbie

Posts : 3
Points : 3
Reputation : 0
Join date : 2012-04-08

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  kikysikancil Fri Jun 06, 2014 3:50 pm

pake guiTexture, betuuuuul!
kikysikancil
kikysikancil
Unity3D Developer
Unity3D Developer

Posts : 178
Points : 197
Reputation : 15
Join date : 2014-06-06
Age : 41
Location : Bandung

http://id.tutorialnetworks.com

Back to top Go down

[ask] memasukkan picture kedalam unity??? Empty Re: [ask] memasukkan picture kedalam unity???

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum