Some Unity developers had feedback to us that there are black pixels on one of the demo scenes after upgrading Forest Ruins Terrain Pack Cute Toon Series to URP. The black pixels are caused by the cookie map on the light in the demo scene to create cloud shadow. For some reason, the cookie size is reset...
Tutorials
Tutorial: Learn to create beautiful lighting in a Unity game scene
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...
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...