Passion & UI
This commit is contained in:
14
Assets/Shift - Complete Sci-Fi UI/Scripts/Other/LaunchURL.cs
Normal file
14
Assets/Shift - Complete Sci-Fi UI/Scripts/Other/LaunchURL.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Michsky.UI.Shift
|
||||
{
|
||||
public class LaunchURL : MonoBehaviour
|
||||
{
|
||||
public string URL;
|
||||
|
||||
public void GoToURL()
|
||||
{
|
||||
Application.OpenURL(URL);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user