25
2017
Mesh Exploder (sources)
Uploaded sources for the old mesh exploder project https://unitycoder.com/blog/2013/08/02/poor-mans-mesh-exploder/ download project: https://github.com/unitycoder/SimpleMeshExploder
2
2013
Poor man’s Mesh Exploder
Always wanted to try making exploding meshes, finally had time for a small test version.. Info – Shortcut to easy mesh (fake) destruction: Take each face, Create small 3D mesh piece for it (extrude/add vertice(s) backwards from face normal), Add rigidbody, Done! – Used this […]
31
2012
Sphere Ninja (proto)
This was made in 4-5hrs, just for a quick test.. Lots of room for improvisation.. also it doesnt do any cutting, just hides the original sphere and instantiates 2 slices with same speed/rotation.. You could make it less fake by creating 8 ready slices from […]
9
2011
Fake Mesh Slicer v3.0
Testing different technique – Capsule (but bit too low poly & capsulecollider not so good for this..) – ‘Infinity plane’ for cutting ( http://unity3d.com/support/documenta…nce/Plane.html ) – Using “Plane.GetSide” to check which side the vertex is – if its above cutplane, move it down with distance […]
9
2011
Fake Mesh Slicer v2.0
Another test scene: – with cylinder, sideways. webplayer: http://unitycoder.com/upload/demos/slicer2/ a/d = move cylinder space = slice mouse = drag objects download: fakeslicer2.unitypackage
7
2011
Fake Mesh Slicer v1.0
Just a test project.. : ) FakeSlicer – Slicing a box (but not really) – It works by adjusting box size/vertices and cloning a prefab box as a new slice object – Sliceplane is “fake”, just Y value is used for getting a location – […]
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on