Skip to content

ThirteeNov

My personal blog about coding and internet

Menu
  • About me
  • About Zofia Kreasi
  • Cart
  • Checkout
  • Making an airplane game from scratch in Unity
  • My account
  • Privacy Policy
  • Privacy Policy – zkLeaderboard
  • Sample Page
  • Shop
  • Tutorials on Learning JavaScript
  • ZKAccounts – Privacy Policy
Menu

Make objects like wires and cables easily in Unity using Ciihuy Curved Mesh

Posted on August 23, 2025August 23, 2025 by Habibie

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…

Read more

[SOLVED] Can’t Add Custom Domain to Blogger After Losing CNAME Verification

Posted on July 24, 2025July 24, 2025 by Habibie

📌 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…

Read more

iOS App Icon Generator by CiihuyCom

Posted on June 26, 2025June 26, 2025 by Habibie

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…

Read more

Advanced Blinking Marker Script to show objects position in your game canvas

Posted on June 16, 2025June 16, 2025 by Habibie

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/

Read more

Ciihuy Images Merger – Fast & Easy Online Image Combiner

Posted on June 10, 2025June 10, 2025 by Habibie

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…

Read more

How to delete all .meta (or any extensions) files in your folder with single click

Posted on May 19, 2025May 19, 2025 by Habibie

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…

Read more

Ciihuy Files Packer and Unpacker – Keep Your Files Neat, Packed, and Lightly Protected

Posted on May 17, 2025May 17, 2025 by Habibie

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…

Read more

Building a JavaScript ↔ C# Bridge with WebView2 in .NET 8

Posted on May 16, 2025May 16, 2025 by Habibie

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….

Read more

Web App Player by CiihuyCom – Turn Your Web App into a Windows Desktop App — No Coding Needed!

Posted on May 16, 2025May 16, 2025 by Habibie

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 —…

Read more

How to find large files that is used and referenced in your Unity project

Posted on May 15, 2025May 16, 2025 by Habibie

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…

Read more

File Size Checker: Easily and Quickly Check File Sizes!

Posted on May 14, 2025May 14, 2025 by Habibie

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…

Read more

How to copy position of another object in Unity smoothly

Posted on April 27, 2025April 27, 2025 by Habibie

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…

Read more

Unity transform.LookAt but slowly, not suddenly rotating towards target

Posted on April 26, 2025April 26, 2025 by Habibie

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….

Read more

Turn Images into Words Instantly – Right in Your Browser!

Posted on April 23, 2025April 23, 2025 by Habibie

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…

Read more

Introducing: My Mouse Coordinates.exe – Instantly Track Your Mouse Position

Posted on April 22, 2025April 22, 2025 by Habibie

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…

Read more

Record and Replay Keyboard & Mouse Activity Using Python

Posted on April 22, 2025April 22, 2025 by Habibie

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…

Read more

Simple Automation with Python and PyAutoGUI

Posted on April 22, 2025 by Habibie

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…

Read more

How Much Traffic and What to Prepare Before Applying for Google AdSense?

Posted on April 20, 2025April 20, 2025 by Habibie

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…

Read more

How to Connect Your Custom Domain to Blogger (and Why You Should!)

Posted on April 20, 2025April 20, 2025 by Habibie

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…

Read more

Simple script to set and change the skybox, fog and so on in Unity

Posted on April 19, 2025April 19, 2025 by Habibie

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…

Read more

Posts pagination

  • 1
  • 2
  • 3
  • 4
  • …
  • 20
  • Next
ciihuy2020

Welcome!

  • My YouTube Channel
  • My GitHub Page
  • About me

Categories

  • 3DVista
  • Android
  • Apache
  • C#
  • Cordova
  • Electron & Node JS
  • HTML5, CSS & JavaScript
  • iOS
  • Let's Make Unity Games
  • Misc
  • Photoshop
  • PHP
  • Python
  • Uncategorized
  • Unity
  • WordPress

Recent Posts

  • Make objects like wires and cables easily in Unity using Ciihuy Curved Mesh
  • [SOLVED] Can’t Add Custom Domain to Blogger After Losing CNAME Verification
  • iOS App Icon Generator by CiihuyCom
  • Advanced Blinking Marker Script to show objects position in your game canvas
  • Ciihuy Images Merger – Fast & Easy Online Image Combiner
© 2025 ThirteeNov | Powered by Superbs Personal Blog theme