I am getting an error saying that the hull should have maximum 255 polygons. So cant i use an object for moving which has more than 255 polygons ? please help???
Seems like you are using mesh collider with convex ON, the maximum polycount for convex colliders is 255, so its giving the error. Use any other type of collider instead like box or sphere or what suits your need.