↧
Answer by Will748
destroying the object hitting the character, I have attached this script to the bulletPrefab, ive also deleted the if statement as I think I dont need it ?
View ArticleAnswer by Will748
OK so if I want to apply the script to the object I should use OnCollisionsEnter ?, I have tried the following but doesn't seem to work function OnCollisionEnter(collision:Collision){...
View ArticleAnswer by Will748
For future reference for others, the script wasn't working as it was called 'collision', after renaming the script and deleting the script from the project window in Unity it was fine (for some reason...
View ArticleAnswer by Will748
I am also getting this funny error: classID >= ms_MaxClassID || classID < 0
View Article