Dec
7
2023

UnityHub: Add support for custom project title (instead of folder name) or use ProductName

This request has been open since 2018..https://forum.unity.com/threads/renaming-projects.514061/ So had to test it myself and seems to be really simple (*** as a proof of concept, i don’t know it the Title value affects something else) Steps: So then it uses same ProjectName.txt file like my […]

Nov
18
2023

Testing Unity MUSE AI

video clip: Feedback:– 3000 points per month is way too low (4×4 textures generated took ~200 points already!)– Current quality is not worth 30usd/month, better use https://www.scenario.com/ or https://leonardo.ai/– Muse is still fun to use inside editor, would have to learn better prompting i guess?– […]

Nov
4
2023

QR Code Generator Online

Needed quick QR code generator to share links from desktop to mobile..So here’s 2 versions to use online:– unity QR code generator (webgl) : https://unitycoder.com/tools/QRCodeGeneratorFree/– fast QR code generator (js) : https://unitycoder.com/tools/FastQRCodeGenerator/

Oct
29
2023

UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns

Before: ——————————– After: Steps: If you broke something, install hub again. (or better if you had taken backup copy of app.asar before modifying it) You could modify other parts too, like remove excess padding from those rows.. video Older post about customizing colorshttps://unitycoder.com/blog/2022/03/02/customize-unityhub-colors/ You can […]

Oct
19
2023

2 Sided Lighting for Sprite Diffuse Shader

Interesting question athttps://forum.unity.com/threads/making-normal-maps-work-on-both-sides-of-a-2d-sprite-in-3d-space.1507538/ Made quick test with BiRP, modified sprite surface shader, with custom lighting (added “abs” into dot normal).. Source:https://github.com/UnityCommunity/UnityLibrary/blob/master/Assets/Shaders/2D/Sprites/Diffuse%20(2%20Sided%20Light).shader#L48

Sep
15
2023

Run webgl application locally using python

Unity has new runtime tax/fee, but it doesn’t apply for webgl games!So how about you bundle your webgl build with simple batch script that starts webserver using python. STEPS– Build your webgl normally– Copy this runwebgl.bat file into your webgl build folder (next to index.html) […]

May
1
2023

[LudumDare53] Delivery

Well at least got something published for the jam:https://ldjam.com/events/ludum-dare/53/whups-tmTotal working time was ~7hrs. Wheeljoint2D looks interesting, just would have to learn how to setup good values.. Making of videos: (1/6)

Apr
8
2023

Dungeon Crawler Jam 2023: Trials Of the Mage

Lessons Learned:– Don’t use latest Unity Alpha release (encountered some bugs..)– Do game play first! Then you have more time left to play with fun stuff (effects, code..)– Don’t rest in the early days, i saw the event had +5 days left, so i didn’t […]

Mar
7
2023

[GreaseMonkey] Display “Unity Version Added” info in API Docs

Firefox GreaseMonkey plugin to display Unity version info in Unity API docs pages (to which version it was first added) Setup:1. Install https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/2. Click the greasemonkey icon in firefox toolbar, select New User Script3. Take raw script source from https://gist.githubusercontent.com/…0cc6e1d0b41/UnityDocsShowFirstVersionAdded.cs *full link: https://gist.github.com/unitycoder/48b46d0192e2cce356c2731c8f2748804. Paste into […]

Feb
22
2023

Fake 3D Parallax Effect using Shader & (Pre-generated) Depth Map

Cool effect: http://depthy.stamina.pl/#/sample/mango Converted this few lines into unity shader:https://gist.github.com/bozzin/5895d97130e148e66b88ff4c92535b59 Finished shader (unlit, build in pipeline) + mouse position script:https://gist.github.com/unitycoder/696a07c9de34e6a8fd28dc7de2362501

Pages:«1234567...50»

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.