Texture and Texture2D for GUI (simple question)

Is the Texture2D heavier than Texture in terms of memory and/or processing?

No, Texture is just a base class. I don't think you can use a texture directly. What is your choice?

Base class for texture handling. Contains functionality that is common to both Texture2D and RenderTexture classes.