Unity[Unity 6] Importing objects created in Blender into Unity Things I want to do Import a 3D object created in Blender into Unity (a simple object, not including a rig or anythi...2024.10.222026.03.15Unity
Unity[Unity 6] Adding a process for when a button is pressed Things I want to do This will allow you to perform a specified action when a button is pressed in Unity. When I s...2024.10.212026.03.15Unity
gitCloning from a local repository in Git failed (exit code 128). Things I want to do This is a solution for when you encounter an exit code 128 error when trying to clone a local re...2024.10.202026.03.15git
UnityLinks for Unity Developers (for absolute beginners) Things I want to do This is a collection of links to useful and necessary websites for developing with Unity. (Up...2024.10.142026.03.15Unity
UnityTrying out Unity’s toon rendering (Celtic rendering) Things I want to do Unity has a preview of toon rendering (Celtic rendering) called Unity Toon Shader (UTS), so I'll...2024.10.122026.03.15Unity
JSImplementing a GUI in NodeJS + Gemini Things I want to do The article below shows how to use Gemini with NodeJS. However, since it lacks a GUI and is c...2024.10.102026.03.15JS
JSImplementing Gemini in NodeJS Things I want to do We will use Google's generative AI, Gemini, with NodeJS. implementation Creating an API ke...2024.10.092026.03.15JS
AndroidDebugging WebView on Android Things I want to do This debugs a WebView (HTML, JavaScript) displayed on Android. To be more precise, we will do...2024.10.092026.03.15Android
AndroidDebugging WebView on Android Things I want to do This debugs a WebView (HTML, JavaScript) displayed on Android. To be more precise, we will do...2024.10.092026.03.15Android
Phaser3Animation using discontinuous splittes (Phaser3) Things I want to do When animating a character in Phaser3, you create the animation from a sequence of Splits (in th...2024.10.032026.03.15Phaser3