function OnCollisionEnter(){
Debug.Log(“I’m Here!”);
}
Any idea why it’s spitting out an error? I’m new to this and I have no idea what I’m doing wrong. Any help will be appreciated!
I was following this tutorial:Unity 3D Student - 3d Modelling
function OnCollisionEnter(){
Debug.Log(“I’m Here!”);
}
Any idea why it’s spitting out an error? I’m new to this and I have no idea what I’m doing wrong. Any help will be appreciated!
I was following this tutorial:Unity 3D Student - 3d Modelling
It the error mentioning a custom script and a line number?
Other things to try:
Just some more info: I ran my old copy of Unity 4.6 used the backup files for project and everything worked fine.
There appears to be an error in unity 5.1 that caused this anommoly to appear.