Creating and editing custom colliders in Unity
How do I edit Mesh Colliders in Unity? Sometimes you want to make colliders that are less geometrically complicated than your 3d models. Unity gives you a few easy options, such as Box or Capsule…
How do I edit Mesh Colliders in Unity? Sometimes you want to make colliders that are less geometrically complicated than your 3d models. Unity gives you a few easy options, such as Box or Capsule…
In Unity, sometimes you can't stop coroutines. To fix this, you must start and stop coroutines with strings. It's weird because you can start them by just calling the method name. But that won't let…