You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey man, the issue is that you must do something like this:
var col=m_CollisionEvents[i].GetComponent();
This is the correct line, because unity is telling you that use .collider is obsoleted, so for that version of unity that you're using you have to use .GetComponent()
Let me know if this answer helped you to fix your issue.
Hello,
When i press play in the main scene it unity gives me this issue. Please help!
I work with unity 5.6.2f1
The text was updated successfully, but these errors were encountered: