Draw Pseudo Hilbert Curve
Followed this tutorial: The Coding Trainhttps://www.youtube.com/watch?v=dSK-MW-zuAc my source code:https://gist.github.com/unitycoder/f4ea8071a5d6ccceef210550bc5f0cf3 video recording
View ArticlePainting with Compute Shader
Finally tested compute shaders for drawing into render texture:
View Article[LudumDare52] Theme: Harvest
Small bot programming game, sadly has only 2 commands to use in this initial version.. ldjam entry:https://ldjam.com/events/ludum-dare/52/harvest-bot Making Of...
View ArticleUsing OpenAI API with WebRequest from Unity
Simple example for calling openAI completions API, with simple webrequest (and JSON data). Repository:https://github.com/unitycoder/UnityOpenAIGPT3 Making of video:
View ArticleFake 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...
View ArticleUnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
Before: ——————————– After: Steps: Install 7zip https://www.7-zip.org/download.html Install ASAR plugin for 7zip https://www.tc4shell.com/en/7zip/asar/ Close Hub completely (from notification bar also)...
View ArticleInstall 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 You need to have android sdk already (the older version, you can try this:...
View ArticleUsing 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
Required Packages– Tested this on Unity 2023.2.3f1 (but works in other versions too)– AI Navigation : https://docs.unity3d.com/Packages/com.unity.ai.navigation@2.0/manual/index.html– 2D Tilemap Editor...
View ArticleUse TikTok-TTS in Unity (with WebRequest)
Was watching some weird physics based game developed at https://www.twitch.tv/clayman_dev and they used node.js+tiktok TTS to play funny text-to-speech sounds!Then found this library,...
View ArticleUnityHub: Make Hub application background Translucent
You can modify UnityHub to enable Translucent Background!*Note Win10, you need to have transparent color enabled in settings:...
View Article