Added new tool: "Plane Mesh Generator" (many options: double sided, shared vertices, set pivot, segment count, export obj/glb..)
tools.unitycoder.com/PlaneMeshGen...
Posts by mgear
new tool: "Shape Image Generator" (png,svg export, lots of options and preset shapes + Invert option!)
tools.unitycoder.com/ShapeImageGe...
My erosion filter is out! Video, blog post, and shader source.
It emulates erosion without simulation, so it's fast, GPU friendly, and trivial to generate in chunks.
Explainer video:
www.youtube.com/watch?v=r4V2...
Companion blog post:
blog.runevision.com/2026/03/fast...
#ProcGen #vfx #GameDev
And one more tool to use with those foliage generators,
Tree Mesh Generator (unity editor plugin)
github.com/unitycoder/U...
Fardin Haque built a Unity tool that shows animated thumbnails for particle prefabs, so you can see effects directly in the Project window. ๐ ๏ธ
More here: www.reddit.com/r/Unity3D/co...
#unity3d #gamedev #indiedev
Heads up - someone just released a fully working Unity reimplementation of Ultima Underworld:
kweepa.itch.io/unity-underg...
#Ultima #IndieDev #GameDev #RPG #MadeWithUnity
Making of.. video in Unity www.youtube.com/watch?v=smpt...
Testing output from these tools in Unity:
(1) Leaf Generator : tools.unitycoder.com/LeafSpriteGe...
(2) Foliage Splat Generator : tools.unitycoder.com/SpriteSplatt...
(3) Foliage Quads Generator : tools.unitycoder.com/FoliageQuadG...
Results:
Added new tool: "Sprite Splatter Texture Generator" *best to be used with the yesterdays Leaf Shape Genetor tool tools.unitycoder.com/SpriteSplatt...
Added new tool: Leaf Sprite Generator (with png/svg output)
tools.unitycoder.com/LeafSpriteGe...
Upgraded old 2019.4 project into 6000.0 : Simple Mesh Exploder
github.com/unitycoder/S...
Added new editor tool: InspectorFilter - search any components or public fields in the gameobject!
github.com/UnityCommuni...
Converted this shadertoy.com/view/XsjSzR
public domain CRT shader into unity (using ai) - can use as post processing or regular shader for objects
github.com/unitycoder/U...
#TIL "Set a shader to require a package" (so can check if URP is installed!, without getting the error "Couldn't open include file 'Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl'.." #UnityTips
docs.unity3d.com/6000.0/Docum...
Build updated for "SimpleWebServer"
Its single exe web server for hosting locally (1 click, with optional settings like https *required for WebXR, LAN IP hosting, explorer context menu integration, config.ini file usage etc) github.com/unitycoder/S...
Added tool: "Depth & Normal Map Generator"
But didn't work so well with small sprites..
tools.unitycoder.com/Image2DepthA...
I made a multiplayer sandbox game you can mod in lua.
Wishlist and Playtest on Steam
store.steampowered.com/app/4185770/...
Please repost โค๏ธ
#gamedev #indiedev #TrailerTuesday
#UselessUnityTip You can use rich text, utf8, ascii art, zalgo and other texts in Tag titles *some work in layer names too.
"Text engine for Unity that correctly renders every writing system โ Arabic, Hebrew, Hindi, Thai, CJK, emoji, and 150+ others."
github.com/LightSideMeo... #UnityTips
Added new tool: "Convert UTF Symbol To PNG or SVG Image" *with easy paste and export!
tools.unitycoder.com/ConvertUTFSy...
Added new editor tool "AndroidStoreCaptureTool" (1-click captures required screenshots for Google Play store)
github.com/UnityCommuni... #UnityTips
Added new tool: "Animated Sprite Sheet Generator"
Creates simple animated sprite sheet from single sprite. (for quick prototypes etc.. and if you downloaded/bought some sprite asset without animations, this helps!) tools.unitycoder.com/AnimatedSpri...
New Unity sample project : VFX Grass Demo (from twitch stream, URP)
github.com/OrsonFavrel/...
#TIL Javascript is magic:
New Discord: "Let's Build!"
For people who want to complete their (gamedev, tools, etc) projects! *with bit of peer pressure to stay focused!)
discord.com/invite/mJPaY...
i guess normally you wouldn't have to edit those scripts, but took me a while to figure it out : ) *to modify custom package that i wanted to update.. github.com/unitycoder/c...
Missing syntax highlight/autocomplete from c# script opened inside Packages/ folder? Fix: Enable settings in External tools to generate project files! *for example [x] git packages, if its that. #UnityTips
" Prototype of 2D arcade style racing game" github.com/CarlosManuel...
#TIL there is ParticleSystemForceField component (since 2018.3), supports even 3D Volume texture..
docs.unity3d.com/6000.4/Docum...