Hello Guys,
English:
I need help with the collider. I don’t know how to adjust this to the borders/lines without it appearing as a box.
Deutsch:
Ich brauche Hilfe mit dem Collider. Ich weiß nicht, wie ich ihn an die Ränder/Linien anpassen kann, ohne dass er als Box erscheint
Is that one mesh for a whole city suburb, or just a picture with some meshes on top?
You typically wouldn’t do this with one collider, but it depends on your use case. Assuming it is a mesh already, you have two broad approaches:
- Use a “Mesh Collider” set to be non-convex. Mileage will vary depending on what you’re doing with it.
- Use child GameObjects with colliders appropriate to each building and other object, which you may have to place by hand.
If it’s mostly just a picture then you’ll have to use option 2.