Unity

[Unity] Troubleshooting for when a WebGL build fails to launch

The purpose This is a memo on how to fix an error that prevented the app from starting when I opened the HTML file a...
git

[git]find the repository URL from a cloned folder

The purpose I will find the repository's URL or local path from the Git-cloned folder. How to find out Open th...
AI

How to use anytest with Stable Diffusion AUTOMATIC1111 and Forge

The purpose This will use Anytest on Stable Diffusion's AUTOMATIC1111 and Forge. I've also verified that this wor...
PR
AI

How to run Stable Diffusion AUTOMATIC1111 locally on your PC without a GPU.

The purpose While the previous post showed how to run Stable Diffusion Forge on a CPU, I couldn't resist also gettin...
Unity

How to use Git for version control of a Unity project

The purpose Even though Unity has its own version control system (Unity Version Control), we will be using Git, as i...
Windows

Take a closer look at the ‘magic phrase’ (%~dp0) found in batch scripts.

The purpose You've probably seen %~dp0 a lot if you've ever written a Windows batch file. Let's take a closer look a...
Word Press

Automating a Batch File during a Vite Build

The purpose Automatically run a specified batch file when performing a Vite build (npm run build) Example "Aut...
Inkscape

[Bat] Batch convert Inkscape SVGs to plain SVG

The purpose Inkscape can create SVGs, but they contain Inkscape-specific data which makes the file size larger than ...
WEB

Build a Web Server in Python without writing a single line of code

The purpose You can set up a Web Server in Python without writing a single line of code. I'll explain why later,...
Phaser3

[Phaser3]Full screen

The purpose I want to implement a fullscreen display in Phaser3. It's not about simply maximizing it within the ...
Copied title and URL