Hi guys, I'm making virtual button for my unity game in android
and I believe this is an issue in 5.3.0 and its not repaired in 5.3.1 but its working well in 5.2.x
script is like this
OnPointerEnter problem in unity 5.3.0 and 5.3.1
and I believe this is an issue in 5.3.0 and its not repaired in 5.3.1 but its working well in 5.2.x
script is like this
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- using UnityEngine.EventSystems;
- using UnityEngine.UI;
- using enumeration;
- public class buttonScript : MonoBehaviour, IPointerUpHandler, IPointerDownHandler, IPointerExitHandler, IPointerEnterHandler{
- private Text debugText;