i would like to have the name of the object/character above the object/character always facing the camera using render textures.
how is this done?
you shouldn’t be using render texture for that… Try using GUI text or 3d text mesh. but you hve to control the font size according to distance from camera…
the reason is render texture is costly in terms of performance and i dont think there is any easy way to use font in render texture!..