- Home /
moving hole
does any one know how to make a hole in a mesh that objects can fall into? Im making a game where were you start as a small black hole and you grow as you eat stuff. But i cant figure out how to make a hole in a mesh that objects can fall through. I also want it so the hole will move. if you look up the game hole.io you will see what i want. Thanks!
Answer by seandolan · Jul 08, 2018 at 03:17 AM
This might be too advanced for what you are trying to do but if you create a new project and follow along with her guide, you will learn everything you need and more. It will make things super easy for you in the long run but means a little bit more effort at the start: Cutting Holes in a Mesh at Runtime in Unity 5
Happy coding and best of luck!
Answer by Pauleta · Sep 10, 2018 at 03:40 PM
Did you try this ? https://www.youtube.com/watch?v=cHhxs12ZfSQ
Answer by jemules · Feb 07, 2019 at 01:24 AM
What if you move everything other than the hole! For the ground the textures move! Also if it's multiplayer make them see a black dot moving around the place!
Your answer
Follow this Question
Related Questions
How can I get the mesh that is represented by a convex collider? 0 Answers
MeshCollider (concave) doesn't trigger OnCollision functions 0 Answers
Mesh Collider Issue(?) - Raycast (ScreenPointToRay) Appears to Collide on Nothing 0 Answers
Is there any way to get the optimized (cooked) mesh of a mesh collider? 0 Answers