- Home /
wrong collision when loading and instanciate a prefab
i have a prefab with a mesh collider. if i create a new scene with the prefab inside the collision with my character works fine. If a create a new empty scene and the use resource.load and instanciate to put the prefab in the scene the collision doesn't work. This happens only on the ios device, the editor works fine. The prefab loaded and the manually placed have a different mesh(?) i don't know why. the prefab is the same, the mesh looks the same but has different name : the loaded one is 'road', the manually placed 'combined mesh'. Any helps? how can i fix the problem?
have you checked to see if the the $$anonymous$$eshCollider's 'convex' property is still set to true?
Your answer
Follow this Question
Related Questions
Collision Not Responding 1 Answer
Collision massively misplaced 0 Answers
Destroying object when player walks over it 1 Answer
Ignore collision at high velocity. 1 Answer
Trouble with Physics.IgnoreCollision 0 Answers