Profile avatar
unitycoder.bsky.social
Programming mostly Unity stuff. UnityLauncherPro, Point Cloud Viewer..*My links: https://gist.github.com/unitycoder/5f7d1b22bef2901899e9da69519de581
85 posts 352 followers 782 following
Prolific Poster

UI Toolkit in WorldSpace (using rendertexture) www.youtube.com/watch?v=9cY8...

unity webgl build with github actions github.com/CaptainCoder... by @thecaptaincoder.bsky.social #UnityTips

"open source tool for object destruction simulation in Unity" github.com/HunterProduc...

GreaseMonkey browser plugin to display in which version unity api was added unitycoder.com/blog/2023/03... #UnityTips

#TIL rb.AddForceY(..) #UnityTips

A colleague shared this awesome URP volumetric fog package that’s Unity 6 RenderGraph compatible: github.com/CristianQiu/... #indiedev #gamedev #madewithunity #unity3d #vfx #postprocessing

New tool from Unity, "Introducing Unity Project Auditor: a tool to help you optimize your Unity projects!" discussions.unity.com/t/introducin... #UnityTips

interesting low poly modeling tool! (free) www.blockbench.net

"looking for game developers who have experience with Netcode for Entities to participate in a 45-minute user research session focused on Netcode for Entities tooling workflows" discussions.unity.com/t/calling-al... (from unity)

#ThanksCopilot

View or Write comments into Unity Documentation "Developer Notes browser extension" github.com/Developer-No... #UnityTips

added tool to "Convert 16x16 image into Colored Block (text) Symbols" tools.unitycoder.com/16x16ImageTo...

maybe new empty urp project is slow to open because all these?

amazing sea shader github.com/Biebras/Ocea... *from www.reddit.com/r/SaulGameSt... #Unity

Cool 2D stuff (with Box2D x.x > 3.x upgrade) coming into Unity later! www.youtube.com/watch?v=4H4T... *check their other videos too

Laggy inspector? discussions.unity.com/t/inspector-... #UnityTips

🎉 It's finally happening! My horror game, 'Shroud of Gloom', now has an official Steam page! 🎉 Wishlist the game today, it would mean the world to me!🧡 store.steampowered.com/app/3453420/... #gamedev #indiedev #horrorgame #unity #indiegamedev #newgame #wishlist #horrorgames #steam #gaming

Tested Netick (free networking plugin) sample scene (already modified the scene in this image) - seems good! github.com/StinkySteak/... #Unity

Just released a new version of my open source Unity Inventory solution Elastic Inventory. It can handle anything from Witcher 3 to Elden Ring style inventories. #gamedev #unity3d github.com/ashblue/unit...

added simple random pixel tile generator (for a quick grass sprite tests) tools.unitycoder.com/RandomPixelA...

Automating Unity Builds with GitHub Actions dev.to/virtualmaker... Get your your time back, and at the same time streamline the development process for your team. #DEVCommunity #unity3d #gamedev

"Alexander Sannikov's Radiance Cascades for Unity's URP" github.com/alexmalyutin...

@support.bsky.team is there a way to filter out messages that have more than 3 hashtags? : D

Added small tool: Compare Code Differences *if you don't have WinMerge installed at the moment! tools.unitycoder.com/CompareCode/

Just released my unity urp vertex lighting system for FREE :3 Its inspired by the per vertex lighting that #silenthill 1 used, and is meant to be used to make older looking games Sourcecode and unitypackage here: github.com/Volutedberet... #gamedev #indiedev #madewithunity #foss #indiegame #retro

UnityForumFixer Updated: - Better notification panel icons github.com/unitycoder/U...

ProTip™: IF you install android SDK/JDK/NDK manually for specific Unity editors - you can get correct version downloads from releases API: services.api.unity.com/unity/editor... (then expand all json, search JDK) #UnityTips

"Generate tile based maps using Wave Function Collapse" boristhebrave.github.io/DeBroglie/

Updated Unity Forum Fixer™ GreaseMonkey script, github.com/unitycoder/U...

tried to make similar effect in Unity with motionvectors: x.com/80Level/stat... Looks ok: unitycoder.com/blog/2024/12...

TwitchProLurker™

tried Microsoft TRELLIS demo to generate 3D Building from single photo! :o github.com/Microsoft/TR...

unity student plan got upgraded?! github.com/Unity-Techno...

Got locally hosted Twitch Extension html running! Next Step: Make the extension.. oO

inspired from @madchirpy.bsky.social game.. Tested 3D models + post processing outline - Looks interesting! *Physics is still bugged here : ) Also might look better with low poly models.. #Unity

just made my first ever Amiga 68k Assembly script! Thanks to www.twitch.tv/proton_fig #Amiga

Grab your UV debug texture here github.com/unitycoder/G... *and some other useful textures in the repo #UnityTips

Grabbed this from sale! (seems useful for someone who uses debug.logs everywhere : ) assetstore.unity.com/packages/too...

oh.. unity 6.1 empty project starts pretty fast!

No GIF support here?!? So.. had to add tool: "GIF to MP4" (simple drag n drop, auto download, runs locally, no ads..) tools.unitycoder.com/GIF2MP4/

added "webp to png converter" - simple drag and drop, no ads, runs locally! tools.unitycoder.com/webp2png/

Had to find certain text from 1h video file.. It was faster to build tool for that, instead of trying to scrub the video in player.. Initial version is here: github.com/unitycoder/F... #Tools