i load a .stl file during runtime, now i’d like to have at least ‘some’ texture on the mesh so one can differentiate faces with the same orientation on different depths
see the problem here:
i already assigned a material, i have a few directional lights (red/green/blue tinted)
but i cannot see the ‘top-cap’ of the cylinders in front of the ‘floor’ in the ‘back’ (see image)
the material has an albedo-texture set, but i guess the mesh is missing UVs.
unity seems to have an unwrap facility builtin, can i make use of it @ ?

