Hello everyone,
Why is that in Unity the heightmaps are of width and height of power of 2 + 1 not powers of 2. Also, how does this correspond to alphamaps which are just powers of 2, i.e. if I am generating an alphamap and heightmap procedurally in a script, how do the mapped values correspond since they aren’t of equal dimensions?