UnityNinja Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

UnityNinja CommunityLog in

UnityNinja - Video Game Development Community, including Resources, Forums, Marketplace & More.


descriptionCustom Programmers URL Box For Unity3D EmptyCustom Programmers URL Box For Unity3D

more_horiz
This script allows the player to click on the button and open your developers page,
good for a info menu
I MADE THIS! Do not yell anything other than BryceCain25 made this Smile
Code:

Code:

#pragma strict
var customGUIStyle : GUIStyle;
function OnGUI () {
if (GUI.Button (Rect (10,10,150,100), "URL", customGUIStyle)) {
Application.OpenURL("http://www.exampleprogrammer.com");
}
}

thanks
-BryceCain25

descriptionCustom Programmers URL Box For Unity3D EmptyRe: Custom Programmers URL Box For Unity3D

more_horiz
thanks .. cool idea

descriptionCustom Programmers URL Box For Unity3D EmptyRe: Custom Programmers URL Box For Unity3D

more_horiz
Thanks! Smile

descriptionCustom Programmers URL Box For Unity3D EmptyRe: Custom Programmers URL Box For Unity3D

more_horiz
Useful! Thanks!

descriptionCustom Programmers URL Box For Unity3D EmptyRe: Custom Programmers URL Box For Unity3D

more_horiz
developer23 wrote:
Useful! Thanks!
Yeah! It's simple and easy to use! Smile

descriptionCustom Programmers URL Box For Unity3D EmptyRe: Custom Programmers URL Box For Unity3D

more_horiz
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum
power_settings_newLogin to reply