Creating beautiful and realistic lighting in a game scene is crucial for enhancing the visual quality and atmosphere of your game. In this tutorial, I'll guide you through the process of creating impressive lighting in Unity. We'll cover both 2D and 3D scenes. 1. Setting Up Your Scene: Before diving...
Tutorials
Unity Tutorial: Imported assets are purple!!! What should you do?
You just purchased some assets from Unity Asset Store and imported it into your project but the assets are all purple. So, what happened?! The most common cause is because that you are using universal render pipeline (URP). If you are using URP, assets that are imported from another pipeline may appear purple....
Tutorial: How to remove root motion from a turning animation in Unity
Hi! You will learn how to remove root motion from a turning animation in Unity game engine in this tutorial. We are using Hermit Robot Cute Series in this tutorial. 1) Select turning animation FBX file in the project tab. Expand the FBX. 2) Select the animation file and duplicate it....
Tutorial: How to use Mixamo animations on humanoid character packs from our store.
How to add Mixamo animations to characters? Using Mixamo animations is easy. Simply go the site https://www.mixamo.com and download any animations you want. Import it into your project. Set it to humanoid rig. Hit apply. It’s generic rig by default when you import it to your project. Create a new animator. Add...
Tutorial: Where to find post processing package Unity?
New to Unity? Are you having problem to find post processing package in Unity? In this post, we are going to share with you where to find it! 1) Open Unity editor. Go to window tab on the top left corner. Look for package manager. 2) Click on package manager....