#Mesh colliding
1 messages · Page 1 of 1 (latest)
Did you add mesh collier for your mesh?
Is it convex?
Yes and yes
The mesh is generated when the game starts but I can see the shape from scene view when the game has started
The collider shape
for Mesh collider it will have green outline
Are you setting mesh value of Mesh collider?
In the script?
yeah
I don't think so
sharedMesh
I set mesh.vertices, mesh.triangles and mesh.colors
Get mesh collider component and set sharedMesh
to your mesh
After generating your mesh, ofc
Thanks, I will try to do that