Welcome to the guide for using Ciihuy Curved Mesh.This tool allows you to automatically create pipe or cable meshes in Unity, directly from points you define. First, add the CiihuyCurvedMesh script to an empty GameObject in your scene.Then, in the Inspector, you’ll see the Points list. Add several Empty GameObjects to this list as your…
[SOLVED] Can’t Add Custom Domain to Blogger After Losing CNAME Verification
📌 The Problem I ran into an unusual problem when trying to reconfigure a custom domain for my Blogger blog. The domain (www.myblogdomain.com) had been successfully set up and used in the past. But after migrating my DNS to a new server and losing the original CNAME records, I could no longer re-add the domain…
iOS App Icon Generator by CiihuyCom
This iOS App Icon Generator simplifies the process of creating all necessary icon sizes for your iOS applications. Instead of manually resizing your main app icon image to various dimensions, this tool automates the process and packages them correctly, along with the essential Contents.json file, into a single downloadable ZIP archive. It supports all standard iOS icon sizes for…
Advanced Blinking Marker Script to show objects position in your game canvas
Here is advanced version of blinking marker script that you see in my video above: To make the marker object interesting, add some animation to it, for example blinking, fading, etc. I have old version of this script in this post: https://thirteenov.ciihuy.com/blinking-marker-unity-screen-space-marker-overlay-script/
Ciihuy Images Merger – Fast & Easy Online Image Combiner
Combine images in seconds – no installation needed! Looking for a quick way to merge images? Whether you’re creating a collage, spritesheet, or combining screenshots, Ciihuy Images Merger is your go-to web tool. Simply drag and drop your files, choose how you want them combined (horizontal or vertical), and download the result instantly! 🔗 Try…
How to delete all .meta (or any extensions) files in your folder with single click
In my case, I was copying some files from my Unity project and there are .meta files for any files I have. And to remove such .meta files, I can use this .bat script: You can replace .meta in that script to anything you want. To use the script, open notepad, paste the script, and…
Ciihuy Files Packer and Unpacker – Keep Your Files Neat, Packed, and Lightly Protected
Ciihuy Files Packer & Unpacker is a lightweight, free tool that lets you: ✅ Pack an entire folder into a single .chy file✅ Protect your packed file with a custom XOR password✅ Unpack it back into the original folder anytime✅ Ideal for local websites, HTML projects, assets, or confidential folders✅ Simple interface, portable, no complicated…
Building a JavaScript ↔ C# Bridge with WebView2 in .NET 8
As desktop development evolves, integrating web-based interfaces with powerful C# backend logic is becoming more common. Thanks to Microsoft’s WebView2, developers can now build hybrid desktop applications that combine the flexibility of HTML/JavaScript with the performance of native .NET. One of WebView2’s most powerful features is two-way communication between JavaScript and C#—commonly called a bridge….
Web App Player by CiihuyCom – Turn Your Web App into a Windows Desktop App — No Coding Needed!
Web App Player by CiihuyCom is a lightweight and easy-to-use tool that lets you package any website or web app into a standalone Windows executable (.EXE) in just a few clicks. 💡 What Is Web App Player by CiihuyCom? It’s a desktop app builder that converts your HTML/CSS/JavaScript project into a ready-to-use .EXE file —…
How to find large files that is used and referenced in your Unity project
I will share a script that will list top biggest files referenced and used in your Unity project so you can optimize these files. Here is the script: FindReferencedLargeAssets To run the script, go to tool menu and click the Find Referenced Large Assets inside it. Make sure you have this script inside Editor folder…
File Size Checker: Easily and Quickly Check File Sizes!
File Size Checker is a portable application designed to help you scan and sort files within a folder or subfolders by file size. It’s quick and simple – just choose the folder you want to analyze, and this program will display a list of files sorted from largest to smallest. With a clean and practical…
How to copy position of another object in Unity smoothly
Imagine we have a non moving object and there is another object that is moving. Below is a script that we can attach it to the non moving object, to move exactly same as that moving object (instead of making it child of that object). But the movement following mechanism here is too fast. What…
Unity transform.LookAt but slowly, not suddenly rotating towards target
I often use transform.LookAt function in Unity but still I can not understand how to make the object rotation not to quick. I mean, look at this script: This script will rotate the object (with this script attached) towards the transform target (the object that we look at to), but the rotation is too fast….
Turn Images into Words Instantly – Right in Your Browser!
Introducing the Ciihuy Image to Text Converter – your go-to online tool for extracting text from any image with just a few clicks. Whether it’s a photo of a document, a screenshot, or a scanned page, this smart and simple tool transforms images into editable, searchable text in seconds. ✅ No downloads. No uploads. Just…
Introducing: My Mouse Coordinates.exe – Instantly Track Your Mouse Position
Ever needed to know the exact position of your mouse on the screen? Whether you’re designing a UI, developing a game, coding layouts, or just curious about pixel coordinates—there’s now a simple and lightweight solution: My Mouse Coordinates.exe. 🖱️ What Is My Mouse Coordinates.exe? My Mouse Coordinates.exe is a tiny Windows app that displays your…
Record and Replay Keyboard & Mouse Activity Using Python
Imagine being able to record every mouse move and keypress you make, then replay them automatically—like having a personal assistant bot. With Python and a few handy libraries, this isn’t just possible… it’s actually pretty easy! Here’s a real-world script example that allows you to record your mouse and keyboard activity, save it, and replay…
Simple Automation with Python and PyAutoGUI
Have you ever imagined controlling your computer automatically, as if an invisible hand is moving the mouse, typing text, or pressing keys? With Python, that’s totally possible! One easy way to do this is by using a library called PyAutoGUI. Below is a simple Python script that demonstrates how we can automate interactions with an…
How Much Traffic and What to Prepare Before Applying for Google AdSense?
So, you’ve got a blog and you’re thinking: “Can I start making money with Google AdSense?”“Is my blog ready for approval?” Let’s talk about the real requirements, not the myths. Especially:Do you really need a lot of traffic to get accepted into AdSense?And what should your blog have before you apply? 📊 Do You Need…
How to Connect Your Custom Domain to Blogger (and Why You Should!)
Still using the long default address like yourblog.blogspot.com?If you want your blog to look more professional, it’s time to use your own domain. For example: from → mycihuyblog.blogspot.com to → www.mycihuyblog.com In this article, we’ll go through how to connect your custom domain to your Blogger site and why it’s a good idea. 🔧 What…
Simple script to set and change the skybox, fog and so on in Unity
In this article, we will discuss how to create a script in Unity that automatically applies several important settings when the game starts. This script will enable fog, change the skybox material, destroy objects with a specific tag, and spawn a prefab at a specified location. All of these tasks will be executed when the…


