0
if (Physics.Raycast(ray, out hit))
{
if (hit.collider.name.StartsWith("Image"))
{//can not get image
Debug.Log("OK");
image = GameObject.Find(hit.collider.name).gameObject;
Debug.Log ("image.name:"+image.name);
}
}
獲取碰撞的代碼。我使用MainCamera`ray來獲得遊戲對象的碰撞,但是如果GameObject是圖片,我不能碰撞圖片,我該怎麼辦?
如果射線到圖像,我無法得到碰撞事件。
如何獲取圖像衝突
謝謝,works.And另外一個問題,我想用目光(我的Android手機上的一個點中心)來獲得圖像信息,你知道如何? – shumengma
接受答案並投票支持其他人:) –
@馬樹猛你正在使用VR嗎? –