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....
Tutorials
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....
Tutorial: Missing Standard assets package in Unity
Standard assets package is a collection of assets, scripts, and example scenes can be used to kick start your Unity learning or be used as the basis for your own projects. Unity used to have it in the game engine whereby you can import them by right clicking on the...