umi

未分類

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