Advertisement ยท 728 ร— 90

Posts by mgear

Post image

Added new tool: "Plane Mesh Generator" (many options: double sided, shared vertices, set pivot, segment count, export obj/glb..)
tools.unitycoder.com/PlaneMeshGen...

2 days ago 1 0 0 0
Video

new tool: "Shape Image Generator" (png,svg export, lots of options and preset shapes + Invert option!)
tools.unitycoder.com/ShapeImageGe...

3 days ago 1 0 0 0
Video

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

4 days ago 525 169 16 5
Post image

And one more tool to use with those foliage generators,
Tree Mesh Generator (unity editor plugin)
github.com/unitycoder/U...

5 days ago 1 0 0 0
Video

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

5 days ago 11 3 1 0
Post image

Heads up - someone just released a fully working Unity reimplementation of Ultima Underworld:

kweepa.itch.io/unity-underg...

#Ultima #IndieDev #GameDev #RPG #MadeWithUnity

5 days ago 38 14 2 1
Building Anime Style Trees (Quads with Spherical Normals)
Building Anime Style Trees (Quads with Spherical Normals) YouTube video by UnityCoder

Making of.. video in Unity www.youtube.com/watch?v=smpt...

6 days ago 1 0 0 0
Post image

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:

6 days ago 1 0 1 0
Advertisement
Video

Added new tool: "Sprite Splatter Texture Generator" *best to be used with the yesterdays Leaf Shape Genetor tool tools.unitycoder.com/SpriteSplatt...

1 week ago 2 0 0 0
Post image

Added new tool: Leaf Sprite Generator (with png/svg output)
tools.unitycoder.com/LeafSpriteGe...

1 week ago 1 1 0 0
Video

Upgraded old 2019.4 project into 6000.0 : Simple Mesh Exploder
github.com/unitycoder/S...

1 week ago 5 1 0 0
Video

Added new editor tool: InspectorFilter - search any components or public fields in the gameobject!

github.com/UnityCommuni...

1 week ago 0 0 0 0
Post image Post image

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...

2 weeks ago 0 0 0 0
Post image

#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...

2 weeks ago 1 1 0 0
Post image Post image

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...

3 weeks ago 1 0 0 0
Post image Post image

Added tool: "Depth & Normal Map Generator"
But didn't work so well with small sprites..
tools.unitycoder.com/Image2DepthA...

1 month ago 2 0 0 0
Video

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

1 month ago 10 4 0 0
Post image

#UselessUnityTip You can use rich text, utf8, ascii art, zalgo and other texts in Tag titles *some work in layer names too.

1 month ago 4 1 0 0
Advertisement
Post image

"Text engine for Unity that correctly renders every writing system โ€” Arabic, Hebrew, Hindi, Thai, CJK, emoji, and 150+ others."
github.com/LightSideMeo... #UnityTips

1 month ago 3 1 0 0
Post image

Added new tool: "Convert UTF Symbol To PNG or SVG Image" *with easy paste and export!
tools.unitycoder.com/ConvertUTFSy...

1 month ago 0 0 0 0
Post image

Added new editor tool "AndroidStoreCaptureTool" (1-click captures required screenshots for Google Play store)
github.com/UnityCommuni... #UnityTips

1 month ago 0 0 0 0
Video

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...

2 months ago 0 0 0 0
Post image

New Unity sample project : VFX Grass Demo (from twitch stream, URP)
github.com/OrsonFavrel/...

2 months ago 4 0 0 0
Post image

#TIL Javascript is magic:

2 months ago 1 0 0 0
Join the Lets Build! Discord Server! Lets support each other to finish our projects! | 2 members

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...

2 months ago 1 0 0 0
Advertisement
Preview
GitHub - unitycoder/com.dreamcode.mobile.android-keystore Contribute to unitycoder/com.dreamcode.mobile.android-keystore development by creating an account on GitHub.

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...

2 months ago 1 0 0 0
Post image

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

2 months ago 2 0 1 0
Preview
2D Prototype by unitycoder_com testing ROTMG type of game idea

2D Prototype unitycoder-com.itch.io/2d-prototype

2 months ago 1 0 0 0
Video

" Prototype of 2D arcade style racing game" github.com/CarlosManuel...

2 months ago 1 0 0 0
Preview
Unity - Scripting API: ParticleSystemForceField

#TIL there is ParticleSystemForceField component (since 2018.3), supports even 3D Volume texture..
docs.unity3d.com/6000.4/Docum...

2 months ago 3 1 0 0