25
2012
Verlet Integration : SoftBody
New/modified version of the previous test sources: Verlet Integration Cloth The fake shadow (“shadow volumes” from unifycommunity) is bit broken, maybe because we are modifying the vertices at the same time or it didnt really work so well with spheres.. Shader: Gem shaders Webplayer: http://unitycoder.com/upload/demos/VerletIntegrationSoftBody1/ […]
25
2012
Mesh Box Reference : Vertices / Triangles / UV / Normals
Mesh Box Reference Image If you want to build a simple mesh box with scripts in Unity, this kind of image helped me to understand how it works.. Also have a look of the ChunkRender example, how it builds the mesh by adding 4 vertices […]
25
2012
Particle Paint v1.0
Testing particle painting..(with shuriken mesh particles) Plant & Stone mesh+textures from: Advanced Terrain Shaders v2 Just for fun(?) the ground is using wipe transition shader Current features: – Paint with mouse (raycast) – Offset from surface – variable – Random rotation for particles placed – […]
5
2012
Bitmap2Mesh (release v3.0)
Bitmap to 3D Extruded Mesh-script. Related to this forum topic (unity forum link) What it is? It reads bitmap pixel by pixel, checks if pixel alpha value is > 0, then add vertice there (but skip adding, if we are going the same direction) (it […]
6
2012
Noob Triangulator (js)
Testing mesh (triangle) generation.. (screenshot: random mesh plane) The REAL Triangulator is here: http://wiki.unity3d.com/index.php/Triangulator (it can handle complex shapes etc.) My javascript triangulator works by adding 1 vertex in the middle, and every triangle will point to it. I was thinking could use this for drawing […]
15
2011
WIP: 3ds Max to Unity Mesh(update#3)
Mesh transfer script from 3DS Max to Unity. It converts 3DSMax mesh to unityscript (javascript), so you have full control over the mesh creation. And whats the point of it? To avoid these: http://answers.unity3d.com/questions/61597/vertex-count-10-times-higher-in-unity.html http://answers.unity3d.com/questions/37435/why-is-unity-got-more-vertices-than-3dsmax.html Using this plugin you get less vertices on your model […]
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