Jan
29
2024

Pong-Wars in Unity

Converted this javascript thing into unity c#https://github.com/vnglst/pong-wars source code: *might have some bugs still (and not optimized at all).https://gist.github.com/unitycoder/a10c215ec9c477ff0e04c964dff3208f usage:– attach script to Quad with Unlit material– assign some soundclip or disable the audio in code making of video:https://www.youtube.com/watch?v=EP5QwyGdN70

Jan
4
2024

Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub)

I just wanted to build Quest 3 XR demo apk quickly.. but ended up fighting with android sdk installations. STEPS TROUBLESHOOTING sdkmanager.bat says: “.. been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime […]

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) […]

Pages:«1234567...50»

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch Instagram

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.