Initially, I wanted to make a thread about how to create a simple parallax effect in Unity UI without using custom shaders, but I felt that making a video would be better this time. Let me know if you like this format. #VRChat
"Here so you can create a simple parallax effect to your Unity user interface without using custom shaders. First, create a new GameObject, I called it myMask, make sure it covers the entire canvas by adjusting its size, add an Image component, you can set the background color to any color you like, then add a Mask component to the same GameObject. Next, create another GameObject as a child of a Mask GameObject, again make sure it covers the entire canvas, add an Image component and assign your sprite. Then, move the sprite further away by increasing its Z position and scale it up, and voila, you now have a simple parallax effect for your Unity user interface. Thanks for watching!"
💬 Discussion
Initially, I wanted to make a thread about how to create a simple parallax effect in Unity UI without using custom shaders, but I felt that making a video would be better this time. Let me know if you like this format. #VRChat