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
.JP2 Ortho Image Converter to PNG/JPG/TIFF
Small commandline tool to convert .jp2 images to regular images, so that can use them in Unity!It also exports metadata into separate json/xml files. Repo: *builds are coming soon, so you need to open it in visual studio and press F5 to build.https://github.com/unitycoder/JP2Converter
12
2025
Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
Recently published this paid plugin (to convert point clouds into GLTF, so that they can be used in Unity and other applications, without additional plugins like my point cloud viewer plugin)https://las2gltf.kelobyte.fi/ It is paid plugin to add GLTF support to my standalone point cloud converter […]
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:
23
2024
[GreaseMonkey] Unity Forum Fixer
Unitys new discourse forums are quite horrible.. so have to fix manually again: GreaseMonkey plugin script:https://github.com/unitycoder/UnityForumFixer Still long list to-do:https://github.com/unitycoder/UnityForumFixer/issues/1 Current Before & After Images:
5
2024
UnityHub: Make Hub application background Translucent
You can modify UnityHub to enable Translucent Background!*Note Win10, you need to have transparent color enabled in settings: https://www.partitionwizard.com/partitionmagic/transparent-taskbar-win-10.html Steps:– Follow initial steps to unpack asar https://github.com/unitycoder/UnityHubModding– edit app/build/renderer/index.html, add line: html, body, #app {background-color: rgba(0.7, 0.7, 0.7, 0.2) !important;}– edit app/build/main/windowManager/baseWindow.js// find lineconst backgroundColor […]
26
2024
Customize SpriteShapeRenderer quality (but has issues)
Tried using custom shader to have “bend” surface for SpriteShapeRenderer, and it works.. but the mesh is so low resolution, that it doesnt look nice.. Then tried to increase SpriteShape mesh resolution, which worked – but inner mesh and collider broke. (and didnt have time […]
17
2024
Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
Small tool to copy selected gameobjects names into textarea (in correct hierarchy order),so you can copy paste them into Excel. Get source and place into Assets/Editor/ folder(then you can use it from Menu: Tools/Copy GameObject Names)https://github.com/UnityCommunity/UnityLibrary/blob/master/Assets/Scripts/Editor/BatchTools/CopyGameObjectNames.cs
Recent posts
- Favorites in PackageManager
- LudumDare59 : Signal
- 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
Recent Comments
- on Mesh Exploder (sources)
- 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)
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS

An article by















