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....
Tutorials
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...
Tutorial: 2 common reasons why your character's root motion is not working. Unity game engine
Tutorial: 3 common reasons when your character’s feet is floating when using Unity Mecanim
If your character’s feet is floating when using Unity's humanoid mecanim animations, these are the 3 common reasons! See below! 1) Animations have root motion but your character ' apply root motion is off. (See image below) 2) Animations not bake to pose in inspector. Choose the correct setting...
Tutorial: How to adjust animation speed in Unity without code
We are using version Unity 2017.1 in this tutorial. In this tutorial, we are going to share on how to adjust animation speed in Unity without code. We are using Hell Creeper as an example in this tutorial. Look for the animator file in the Controller folder and double click it....