2
2026
Unity Editor: Tree Generator
For those previous leaf/foliage generators, i needed tree trunk meshes.. so here is small editor tool to generate trees:https://github.com/unitycoder/UnityEditorTreeTrunkGenerator
29
2025
Using UI Slider to Create 5-Star Rating Element
Steps Images My start icon attached above ^
21
2025
Game Music Library For Unity (editor plugin)
Easily preview songs inside Editor and 1-click download & import to project.Need something like this when building Game Jams or quick prototypes.. (takes too much time browsing websites for free music and importing them to project, assigning as audiosource etc..) Plugin (can be installed with […]
12
2025
Fontastic : Easily Test Fonts in Unity Editor!
After all these years of manually importing fonts, converting them to textmeshpro assets and assigning to ui elements and seeing if it fits.. Finally AI can create tools like this easily : ) It shows your local fonts, or optionally web fonts, that you can […]
4
2025
GeoTiff Importer & Terrain Generator for Unity
Another small tool, custom scripted importer for *.geotiff files (and metadata).Note: You need to rename your .tiff files into .geotif/geotiff (since unity has already importer for tiff files) repo:https://github.com/unitycoder/UnityGeoTiffImporter
3
2025
Create Baked DropShadow for UI images
Needed better shadow for UI image/button, and outline component was not enough..This editor script generates separate texture for selected ui image.With live preview in the tool window, to play with shadow settings. https://github.com/unitycoder/UIEffectsBaker
2
2025
Detect SRP (URP or HDRP) with Assembly Definition Version Defines
You can detect if URP/HDRP is installed with Assembly Definition Version Defines: Sourcehttps://github.com/unitycoder/SRPDetectionConditionalCompiling Repo making of video
8
2025
[LudumDare57] Theme: Depths
Play/rate the game: https://ldjam.com/events/ludum-dare/57/treasures Finally had some times to join LDJam.. initial idea was to use webcam body tracking like: https://github.com/szczyglis-dev/js-ai-body-trackerTook half a day to make it work with unity webgl builds.. only to find out that its too sensitive/shaky for player movement. (idea was […]
11
2024
MotionVector Effect: Object “disappears” when paused
Tried to make similar effect like this:https://x.com/80Level/status/1866460357566370049 Looks ok, took some effort to find motionvector info.. Source: (shader and blit script)https://gist.github.com/unitycoder/2b39d009505895169ef0fd34fe9b3aa2 Resources:– Noise texture generator: https://tools.unitycoder.com/RandomNoiseTextureGenerator/– 512×512 noise texture: https://github.com/unitycoder/GraphicsAndTexturesThatYouAlwaysNeed/blob/master/Noise/RandomGrayscaleNoise512x512.png Making of:
Recent posts
- Unity Editor: Tree Generator
- Leaf/Foliage Generator Tools (Runs in Browser)
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
- Detect SRP (URP or HDRP) with Assembly Definition Version Defines
Recent Comments
- on Sprite Sheet Flip Book Shader
- on Sprite Sheet Flip Book Shader
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
- on UI Scroll View automatic Content height
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS

An article by















