about game making
about game making
  • Видео 66
  • Просмотров 584 606
Unity : Enhancing & Optimizing Realtime GI
This video covers how to generate realtime GI lightmaps quickly while improving their quality.
You will learn about :
00:00 Intro
00:54 Problems with global settings
02:17 Custom Baking Environment Strategy
03:14 Setting & applying custom lightmap parameters
05:19 Contribute GI 해제 Disable Contribute GI
05:50 Result
- Introduction to Realtime Global Illumination using Enlighten
docs.unity3d.com/Manual/realtime-gi-using-enlighten.html#how-enlighten-realtime-global-illumination-works
- Lightmap Parameters Asset Inspector window reference
docs.unity3d.com/Manual/class-LightmapParameters.html
- Introduction to Lightmap UVs
docs.unity3d.com/Manual/LightingGiUvs.html
- Debug Draw Modes for lighting reference
d...
Просмотров: 144

Видео

Unity : Realtime GI (Global Illumination) production process and what to do afterwards
Просмотров 892День назад
This tutorial video covers one of Unity's advanced lighting techniques, real-time GI, and explains the preparatory work required to create it. Additionally, it includes essential tasks and troubleshooting after real-time GI data is generated. You will learn about : 00:00 Intro 00:53 Before Baking - Setup 01:11 Directional Light 01:20 Mesh Renderer - Static / Contribute GI 01:45 Shadow & Collisi...
Unity C# : Changing the length of a UI image at runtime
Просмотров 108Месяц назад
This video covers several ways to change the length of a UI image at runtime. What you will learn: 00:00 Intro 00:27 HP Increase and Decrease Setup 05:02 HP Image Length Update Setup 07:43 Changing Fill Amount 10:33 Changing Scale - X 12:02 Changing Width 15:42 Changing Stretch - Right
Unity UI : How to adjust length of the Bar type gauge
Просмотров 3573 месяца назад
This video covers how to adjust the length of a Bar type gauge in Unity UI. You will learn about : 00:00 Things to keep in mind before designing a UI 00:51 'Stretch' option from 'Anchor' 01:42 Image Type : Filled 03:33 Rect Transform : Scale 04:10 Rect Transform : Width or Right
Shader Tip : Reducing use of 'Sample Texture 2D'
Просмотров 6057 месяцев назад
This video covers simple tips to reduce your shader's use of Sample Texture 2D. You will learn about : 00:00 too many Sample Texture 2D! 01:21 Saving multiple texture images in one file 03:46 Modifying the Shader Graph
Unity Shader Graph : Range Functions
Просмотров 85611 месяцев назад
This tutorial covers the Range functions in Unity Shader Graph. You will learn about : 00:00 Intro 00:35 Clamp 01:54 Fraction 03:04 Maximum / Minimum 04:15 One Minus 05:17 Random Range 05:40 Saturate 06:31 Remap Music generated by Mubert mubert.com/render
Unity Shader Graph : Basic Math Functions
Просмотров 664Год назад
This tutorial explains the basic math functions of Shader Graph. You will learn about : 00:00 intro - The reason of Shader is difficult to Study 01:07 GLSL Grapher 02:00 Add 02:45 Subtract 03:21 Multiply 04:13 Divide 05:16 Power 06:27 Square Root
Unity C# : Free Look Camera Control Part 3 : Invert Y-Axis
Просмотров 1,3 тыс.Год назад
This tutorial shows how to change Free Look Camera's Y-Axis input via the runtime script. You will learn about : 00:00 Intro 00:35 Making the toggle function 03:55 Fixing a bug 05:02 Applying the Y-Axis Invert Input 06:09 Optimizing the script
Unity C# : Free Look Camera Control Part 2 : Changing Camera Rotation Speed
Просмотров 2 тыс.Год назад
This video deals with the function of changing the rotation speed of the Free Look Camera in runtime. You will learn about : 00:00 Intro 00:38 Overview of Setting UI 02:24 Prief Use of the Virtual Method 05:24 Overriding the Default Camera Rotation Speed 09:12 Change Camera speed By Slider 12:04 Improvement Codes and Finish
Unity C# : Free Look Camera Control Part 1 : Rotation on Mobile Devices
Просмотров 7 тыс.Год назад
This tutorial covers how to rotate the Free Look camera on mobile devices. This tutorial will be useful especially for those who need to rotate the camera when using the virtual joystick on a mobile device. You will learn about : 00:00 intro 00:43 Principle and Plan 02:27 Setup 03:23 Basic UI Image Handler 06:07 Rotating Camera 08:14 Problem Solving 1 09:49 Problem Solving 2 10:41 Result and Ne...
Unity UI : Canvas Scaler
Просмотров 23 тыс.Год назад
This tutorial video contains tips on how to select and handle a canvas scaler. : about Screen Resolution - developer.apple.com/design/human-interface-guidelines/foundations/layout : about Pixel Density - developer.apple.com/design/human-interface-guidelines/foundations/images/ You will learn about : 00:00 introduction - The difficulty of canvas scaler 00:40 Constant Pixel Size 02:32 Scale with ...
Unity C# : Costume Animation without Animator
Просмотров 2,5 тыс.2 года назад
This tutorial covers how to animate a character's costume without an animator. I referenced the material below. forum.unity.com/threads/tutorial-how-to-make-clothes-animate-along-with-character.475253/ - You will learn about : 00:00 Intro 00:29 Common problem 02:40 Key point and principle 03:58 Apply the principles 10:00 Dealing with bugs and finishing -
Unity UI : Adjusting image corners and Dealing with Rectangle Image
Просмотров 1,4 тыс.2 года назад
This tutorial shows how to adjusting UI image corners and Dealing with rectangle image. You will learn about : 00:00 Adjusting Image corners without adding images 02:19 Dealing with Rectangle Image (NPOT)
Unity : Sprite animation on 3D Objects
Просмотров 24 тыс.2 года назад
This tutorial video covers how to apply sprite animation to 3D object. You will learn about : 1. Texture atlas 2. Animation Curve I Need You by LiQWYD soundcloud.com/liqwyd Creative Commons - Attribution 3.0 Unported - CC BY 3.0 Free Download / Stream: bit.ly/3jOruYf Music promoted by Audio Library ruclips.net/video/1EZZ3Z1oz4w/видео.html
Unity C# : Head LookAt with using IK
Просмотров 15 тыс.3 года назад
This tutorial covers the technique of using Unity's IK function to have a character's head track a target. You will learn about : 00:00 Forward Kinematics and Inverse Kinematics 00:48 Basic function of Head LookAt with IK 04:44 Making the condition : Rotation Limit 11:48 Making the condition : Distance Limit I Need You by LiQWYD soundcloud.com/liqwyd Creative Commons - Attribution 3.0 Unported ...
Unity C# : Eye movements for Anime Character
Просмотров 4,7 тыс.3 года назад
Unity C# : Eye movements for Anime Character
Unity : Standard Shader
Просмотров 3,2 тыс.3 года назад
Unity : Standard Shader
Unity : Camera and Tips
Просмотров 3 тыс.3 года назад
Unity : Camera and Tips
interlude _1 : working on Yui-chan's face morphing.
Просмотров 8073 года назад
interlude _1 : working on Yui-chan's face morphing.
Unity C# : 2 controllers - Move & Rotate
Просмотров 2,6 тыс.3 года назад
Unity C# : 2 controllers - Move & Rotate
Unity C# : Audio Source Scripting
Просмотров 4 тыс.3 года назад
Unity C# : Audio Source Scripting
Unity : Optimizing Audio Source
Просмотров 13 тыс.3 года назад
Unity : Optimizing Audio Source
Unity C# : Continuous Attack
Просмотров 11 тыс.3 года назад
Unity C# : Continuous Attack
Unity : Why the resolution of images should be a power of two.
Просмотров 6 тыс.3 года назад
Unity : Why the resolution of images should be a power of two.
Unity : 3D UI in World Space
Просмотров 121 тыс.3 года назад
Unity : 3D UI in World Space
Unity C# : Virtual Joystick and Character Move
Просмотров 34 тыс.3 года назад
Unity C# : Virtual Joystick and Character Move
Unity : Post Process in Built-in Render Pipeline
Просмотров 10 тыс.3 года назад
Unity : Post Process in Built-in Render Pipeline
Unity C# : Modifying Material in Script
Просмотров 19 тыс.3 года назад
Unity C# : Modifying Material in Script
Unity : Light Probe Group
Просмотров 29 тыс.3 года назад
Unity : Light Probe Group
Unity C# : Character Control - Rotate and move forward
Просмотров 38 тыс.3 года назад
Unity C# : Character Control - Rotate and move forward