Tell the user why they can't send requests on self-built instance
This commit is contained in:
@@ -3,4 +3,4 @@ using UnityEngine;
|
||||
public class IgnoreRaycast : MonoBehaviour, ICanvasRaycastFilter
|
||||
{
|
||||
public bool IsRaycastLocationValid(Vector2 sp, Camera eventCamera) => false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user