My Colliding Script isn’t working. I tried everything.
Screenshot:
Replace your script name “Collision” to other name, that gives you an conflict in the function.
Thanks :). Testing it now
doesn’t work
Replace collision to “hit”.
using UnityEngine;
using System.Collections;
public class colidor : MonoBehaviour {
void OnCollisionEnter (Collision hit) {
print ("teste");
}
}