Unity How To: UI Space Conversion
Converting between the different coordinate systems of the Unity UI can be the key to a lot of cool custom UI and input features. You can basically convert every point in all coordinate spaces available with a few simple math functions. There are three different spaces: Screen Space This is the space in which … Read more