Very useful thanks, this jerky camera thing was driving me nuts after I changed my player's movement from transform to rigidbody and it worked after I changed to extrapolate
Nice. Many people don't know about that option which is kinda mandatory for the Cinemachine camera to function properly. You can use extrapolate or interpolate, whatever works better for your game. Also, you can change it at runtime with scripts.
Use TextMeshPro to avoid blurry UI elements. You also need to select your Canvas(in the Hierarchy window) and find Canvas component(in the Inspector window), then enable/check Pixel Perfect checkbox. Also, check my tutorial on how to correctly set up Pixel Perfect camera with Cinemachine.
This really helped with my 2D game project. I've been struggling with the player camera, and your video was a big help. Thank you.
Glad it helped!
Very useful thanks, this jerky camera thing was driving me nuts after I changed my player's movement from transform to rigidbody and it worked after I changed to extrapolate
Nice. Many people don't know about that option which is kinda mandatory for the Cinemachine camera to function properly. You can use extrapolate or interpolate, whatever works better for your game. Also, you can change it at runtime with scripts.
Quick and well made tutorial. Thank you!
Great content as usual, didn't even know how to set a lot of these options up for the longest time.
Thanks ☺️
you are so good mr. keep it up.thank you
Will do! Thanks 😉
thanks for the tutorial , how did you made the ui pixel perfect ? , I'm struggling with this these days
Use TextMeshPro to avoid blurry UI elements. You also need to select your Canvas(in the Hierarchy window) and find Canvas component(in the Inspector window), then enable/check Pixel Perfect checkbox. Also, check my tutorial on how to correctly set up Pixel Perfect camera with Cinemachine.
good stuff