14
2015
Photoshop Trees
Just noticed PhotoshopCC has some Tree renderer: http://blogs.adobe.com/jkost/2015/01/creating-trees-in-photoshop-cc-2014.html Here’s some images of those in 256×256 png, could work as sprites?
7
2013
Procedural Tree Mesh Generator (wip)
Small test for doing procedural trees.. (screenshot showing trunk with resolution 8 and 5 sides..) Current features: – Trunk creation: adjustable height, height segments, resolution (amount of “sides”) – Using quads – Perlin noise rotations for trunk direction – Adjustable root segment radius multiplier (so […]
15
2012
Falling Trees (test 2.0)
There is some interesting topic on the forums about falling trees.. I wonder how it could be done.. Other ideas & links: – Verlet integration stuff? (kind of soft body/bending branches) – This kind of constraints : http://codeflow.org/entries/2010/sep/01/hard-constraints-easy-solutions/ – Someones UDK breakable trees fail test […]
11
2012
Fake Dynamic Tree Shadows
Tree shadows are created for terrain trees in Startup(), with adjustable strength, shadow shape, shadow color etc. (unity indie) Ideas/Todo: – Animated shadow? (based on terrain wind settings or just random..?) – Different shadows for different trees (Get treesize, type..) – Angled shadows (currently its […]
11
2011
FractalTree v1.0 (2D)
2D Fractaltrees using linerenderer. Converted Unity version from this source: http://rosettacode.org/wiki/Fractal_tree#JavaScript Webplayer: http://unitycoder.com/upload/demos/mfractaltree1/ Source download: http://www.mediafire.com/?eps34pa47ieklxx Lots of room for optimisation, since now its using separate gameobject+linerenderer for each branch.. Example images using different linerenderer materials (currently commented out in the source, you need to […]
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