Hi,
I have the following script attached to an empty GameObject : -
Using the Unity GUI, I have set up a button, under the On Click () section, I have chosen the GameObject with the script applied, and then...
On Click () OpenURL
I have the following script attached to an empty GameObject : -
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- using UnityEngine.UI;
- using UnityEngine.SceneManagement;
- public void openURLFacebook()
- {
- }
- }
On Click () OpenURL