I want to raycast a specific object, but i don't know exactly how, I use this code for the raycast:
if (Physics.Raycast(transform.position,
transform.LookAt("Player"),
transform.forward)
{
// doSomething
}
if it's possible i like to use a tag (of the object to see)
https://docs.unity3d.com/ScriptReference/AndroidJavaObject.html
– Stefansson