Hi,
i am a beginner and i have 4 questions.
I would like to embed in my unity project
1, a link
2, a video
3, sound
4, text.
where and how can i do it? Thank you so much.
Hi,
i am a beginner and i have 4 questions.
I would like to embed in my unity project
1, a link
2, a video
3, sound
4, text.
where and how can i do it? Thank you so much.
Look those up in the documentation.
In Unity Free, you cannot add Video, but the other objects are viable.
Link
function OnGUI () {
if(GUI.Button(new Rect(0,0,20,10), "Link"){
Application.OpenURL ("http://unity3d.com/");
}
}
Sound
Text