↧
Answer by Sungatullin
It's a C# native functionality, so look fo smthing like "C# db connection" etc.
View ArticleAnswer by Sungatullin
You can use Physics.IgnoreCollision(collider1, collider2). Arguments of this function are colliders of two objects, which you whant to ignore each other. But there is other way - collision layers. Read...
View Article