Path-Creator icon indicating copy to clipboard operation
Path-Creator copied to clipboard

added MeshCollider to RoadMeshCreator.cs V2

Open NorthropBtwo opened this issue 6 years ago • 0 comments

improved Version of https://github.com/SebLague/Path-Creator/pull/19

Thanks for your feedback. I did the following changes in my code:

  • I changed my code to reassign MeshCollider.sharedMesh instead if deleting the collider
  • My additions do not add another Transform.Find
  • That the users has to match the name string of the mesh holder is the problem of the original version. I don’t think that this is a real issue since this object is auto-generated.

NorthropBtwo avatar Feb 16 '19 20:02 NorthropBtwo