Unity【Unity6】Using the button without setting it up in the Inspector The purpose The following article uses buttons set via the Inspector. However, since the buttons are not used w...2024.10.292024.11.29Unity
Unity【Unity6】Support for garbled Japanese characters(□ is shown) The purpose Troubleshooting Japanese character display issues in Unity's GUI (square boxes instead of text). ...2024.10.282024.11.29Unity
UncategorizedModifying the Gemini filter settings in a NodeJS environment The purpose Gemini has filters in place to prevent it from generating violent or sexually explicit content. We ...2024.10.262024.11.29Uncategorized
nodejsGemini and Node.js Playground Summary The purpose This is a summary of articles that use Gemini, Google's AI, with NodeJS. Official Art...2024.10.262024.11.29nodejs
BlenderOrganizing copied materials in Blender The purpose When you copy an object in Blender, its materials are also copied and saved with a new name. While you ...2024.10.242024.11.29Blender
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