added new tool: PNG to WEBP Batch converter (runs on your browser) tools.unitycoder.com/PNGtoWEBPCon...
mgear
@unitycoder.com
Programming mostly Unity stuff. UnityLauncherPro, Point Cloud Viewer..*My links: https://gist.github.com/unitycoder/5f7d1b22bef2901899e9da69519de581
first version of AI generated Locally running Language Tutor (for chinese it has buttons to translate and convert to pinyin.. other languages are TODO, too bad Whisper doesnt support japanese?) github.com/unitycoder/L...
Added few ugui ui (no code) elements that you always need in some project.. github.com/unitycoder/U...
open source ui extensions for ugui and ui toolkit unity-ui-extensions.github.io/ugui/#controls #unitytips
summer holidays are over.. O_o *grab here few mobile phone backgrounds (or maybe better quality dl from files.fm/u/2afugtd66c )
Fable 5 in 1-shot: make nanite-like virtual geometry system for Unity.. : o (*cant believe yet.. have to test in different scenes) Results for 41m vertices (80 high-poly teapots) Original: 56 fps (cpu 18ms) Fablenite: 560fps (cpu 2ms)
New tool: Random 3D Rock Generator (needed it for quick placeholder rocks..) tools.unitycoder.com/3DRockGenera...
Who said making games was easy? I'm live right now on Twitch twitch.tv/itsflannelbe..., making questionable decisions on scope and somehow making progress in the opposite direction. #indiegame #indiegamedev #gamedev #twitch #twitchstreamer #liveontwitch
hmm.. not quite there (trying to make shadergraph for breaking dirt block effect)
found cool tool to make these kind of dials/gauges artofpilgrim.github.io/Dials/ (download as png/svg!)
Small editor tool to add Favorites section into PackageManager (for those packages that you always need to google the name for, since unity said they dont want to add too many packages in the searchable list..). Also supports git urls. github.com/UnityCommuni... #UnityTips
ooh...2 dollar sale in asset store.. time to buy lots of assets JUST IN CASE i'll need them later assetstore.unity.com?price=0-4&on...
Unity Asset Store - The Best Assets for Game Making
Discover the best assets for game making. Choose from our massive catalog of 2D, 3D models, SDKs, templates, and tools to speed up your game development process.
assetstore.unity.com
New tool: Read QR Code from Image (this is needed if you want to open QR Code link with Meta Quest VR headset.. it doesnt allow scanning QR codes directly, so take photo with headset, select it here, processed on browser, clickable link for urls) tools.unitycoder.com/ScanQRCodeFr...
New tool: Convert .mp3 audio to .webm video file. (useful if some website doesnt allow uploading mp3 audio alone) tools.unitycoder.com/ConvertMP3To...
New Unity editor tool to Align 3D model with custom pivot tool. (for example: helps aligning 3d cad models against photogrammetry mesh) github.com/UnityCommuni...
#TIL Win11 Explorer has Tabs (can middle mouse click on any folder to open in a new tab!)
Avoid Unity Reload after Creating New Script! *by editing script templates and adding small error in the script, so it wont compile! from: discussions.unity.com/t/unitys-sil...
Unity's silly reload after script creation
Hello, I was also annoyed by this. I’ve found a solution by creating custom script templates with an error in the scripts. This way when I add a new script from within Unity it won’t reload everything...
discussions.unity.com
Added new tool: "Plane Mesh Generator" (many options: double sided, shared vertices, set pivot, segment count, export obj/glb..) tools.unitycoder.com/PlaneMeshGen...
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...