未分類

PR
未分類

How to Replace Images in Unity: A Summary | Correct Steps and Fixing Size Difference Errors

Version: Unity 6000.0.31f1When creating games or apps in Unity, you'll often encounter situations where you need to repl...
未分類

Recommended UI Assets for Unity! A Complete Guide to the “Modern UI Pack” [Beginner-Friendly]

When creating games or apps using Unity's UI (uGUI), have you ever thought, “Making stylish buttons and sliders from scr...
未分類

【Unity Beginner’s Guide】3 Ways to Share Data Across Scenes Without Losing It【Complete Guide for Beginners】

Have you ever encountered issues like “my score getting reset,” “settings not carrying over,” or “progress disappearing”...
未分類

Unity UI Layout Basics: Fundamentals and Configuration Methods for Horizontal / Vertical / Grid Layout

Unity version:6000.0.31f1When creating UI for games or apps in Unity, you often want to neatly arrange buttons and image...
未分類

Key Event Functions You Should Know in Unity! Types and Usage

When creating games or apps in Unity, you write scripts (programs) to move characters or display items. Event functions ...
未分類

[Unity] Tips and tricks for setting up beautiful indoor lighting!

IntroductionLighting is a very important element in game development and design.In particular, indoor scenes have many e...
未分類

[Unity] How to change materials from scripts! We also explain how to change only the color by changing properties! [SetColor]

IntroductionAlthough material colors can be changed from the Inspector, this article will explain how to change them dyn...
未分類

[Unity] Basic Guide to Using ProBuilder: From Creating and Editing 3D Models to Exporting

Creating 3D Models in Unity Might Seem Difficult, But It’s Easy with ProBuilder!This article introduces how to create a ...
未分類

[Unity] Easy Ways to Improve Graphics Settings! [Post Processing & Lighting]

IntroductionGraphics are a very important element when creating games. Better graphics make your game more appealing and...
未分類

[Unity] How to Use Prefab Variants: Adding Variations to Your Prefabs

IntroductionPrefab Variants are useful when you want to edit some instances created from a prefab.They make managing obj...
未分類

[Unity] How to Implement Double Jump in 2D Games Using Rigidbody2D

This article introduces how to implement jumping using Rigidbody2D.You can freely set the number of jumps, making double...
未分類

[Unity] 2D Character Movement with Arrow Keys (Beginner Tutorial)

In this guide, we’ll walk through how to control a 2D game character using the keyboard’s arrow keys.Two Movement Method...
未分類

Fixing Pink Materials in Unity URP – Step-by-Step Guide

IntroductionWhen creating a game with URP, you may find that assets turn pink after importing them.Here’s how to fix it....
未分類

[Unity] How to Make the Camera Follow the Character — Including Rotation Based on Character Direction

In Unity, there are various ways to make the camera follow a player or object. You can choose the most suitable method d...
PR