Hi! I am using TextureProjector class to make projection on a Plane (or any other object). How i can get UV coordinates of projected texture relatively to plane original texture?
Something like:
SinglePassMaterialBase(mesh.material).getProjectedUVData(_TextureProjector_):Vector
Is it possible ? Any help is very appreciated. Look at image to understand more what i need.