Debug IDs of Runtime Layers
Easily display the data stored within your data layers
From your surface material - MFC_PositionToUV
You can find a texture array of numbers named T_NumberArray inside Shader World content folder, under Material/Numbers. Using world position XY coordinates, as UV, and your runtime layer ID as index inside the texture array, you can display the IDs information stored within your layers.
Last updated