Unity

[Unity] Game Objects behind the Canvas UI are not receiving click events

The purpose In Unity development, UI elements on the Canvas system can intercept input events (like clicks) that are...
TOOL

Case Converter Web Tool

The English entered in the INPUT will be automatically converted and outputted to the OUTPUT. Please change the chec...
python

How to execute a bat file from a different device (smartphone/PC) using Python

The purpose In Python, I want to be able to execute a batch file (.bat) from a different device (smartphone/PC). ...
PR
Android(JAVA)

[Android]Copy a file from an app’s specific folder to the Downloads folder

The purpose Copy a file created by an Android app in its dedicated folder (under \Android\data\package_name) to the ...
WEB

View the mobile version of YouTube on a PC (Windows 11)

The purpose View the mobile version of YouTube on a Windows 11 PC. Environment Chrome: version 140.0.7339.208(...
JavaScript

[JavaScript]To sort a list of strings (filenames) in a way that mimics Windows’ behavior,

The purpose Sorts an array of strings (primarily filenames) in the same way Windows sorts filenames. Background ...
JavaScript

[JavaScript] Using CSV on the server and converting it to JSON

The purpose I want to convert a CSV file on a server into JSON on the client side for use. I'll be using the nod...
Unity

[Unity]converting screen coordinates to world coordinates(Screen Space – Overlay)

The purpose This article provides solutions for when converting from screen coordinates (Input.mousePosition) to wor...
Unity

[Unity] Detect UI Clicks

The purpose In Unity, we often need to detect when a UI element (specifically, a GameObject with a RectTransform com...
Unity

[Unity] Why Transform.Translate doesn’t move the expected distance.

The purpose Transform.Translate didn't move the expected distance in Unity. I'll investigate what's happening and pr...
Copied title and URL