- Home /
Combine common surfaces
I have a problem with throwing ball across few game objects (platforms) that are connected. Platforms have flat parallel surfaces connected by "V" shortcut, so there isn't any step. From time to time ball is jumping on platforms connection like on small step. Adding rigidbody, changing mesh collider to box colliders, setting convex and using CombineChildren script doesn't work :( Propably making something like this will help:
But how to do this in editor or with script in runtime?
Answer by SepM · Jul 04, 2014 at 03:38 PM
I think I understand your question. Consider using prefabs to connect the platforms when they come together.
Your answer
Follow this Question
Related Questions
Mesh and Sphere Collider Not Registering 2 Answers
Collision for Animating Meshes 1 Answer
mesh collider not working 2 Answers
front check based on unity projects not working. 0 Answers
Better Collider for my Character 1 Answer