Unity 5 ugui.如图,我需要在物品栏中鼠标点击时角色不移动,移动角色是用的射线检测

2025-01-03 02:18:48
推荐回答(1个)
回答1:

RaycastHit[] raycasts = Physics.RaycastAll(ray,float.MaxValue);
用for循环遍历一下看看有没有ui,不就知道哪里出问题了。。。