Unity【Unity6】Notes on Creating FPS-like Behavior The purpose I'm creating FPS-like movement controlled by the mouse in Unity. I'll list the creation process and ...2024.10.232024.11.29Unity
Unity【Unity6】Importing Blender objects into Unity The purpose Importing a simple 3D object (no rigs) created in Blender into Unity. Notes below. Environment ...2024.10.222024.11.29Unity
Unity【Unity6】Adding button click handling The purpose I'll show you how to execute a specific process when a button is pressed in Unity. While there are ...2024.10.212024.11.29Unity
gitFailed to clone local repository with Git(exit code 128) The purpose This page describes how to resolve an error (exit code 128) encountered while attempting to clone a loc...2024.10.202024.11.29git
UnityUnity Links for Development: Absolute Beginner’s Guide The purpose Here's a collection of useful and necessary websites for Unity development. (Updated periodically) ...2024.10.142024.11.29Unity
UnityExperimenting with Toon Rendering (Cel Shading) in Unity The purpose Unity has a preview of the Unity Toon Shader (UTS) for toon rendering (cel shading), so I'll try it out...2024.10.122024.11.29Unity
nodejsImplement GUI for NodeJS+Gemini The purpose In the article below, I enabled the use of Gemini with NodeJS. However, since it lacks a GUI, it's ...2024.10.102024.11.29nodejs
nodejsImplementing Gemini in Node.js The purpose Use Google's generative AI, Gemini, with Node.js. Implementation Generate API key Go to the fo...2024.10.092024.11.29nodejs
AndroidDebugging WebViews on Android The purpose Debugging a WebView (HTML, JavaScript) displayed on Android. Specifically, perform the following ta...2024.10.092024.11.29Android
Android(JAVA)Porting a Node.js web application to Android The purpose Port a Node.js web app into an Android app. (This will not include the server-side/backend.) use th...2024.10.092024.11.30Android(JAVA)