2D Game Crosshair

Hello,

How do I change the crosshair to a custom texture of mine for my 2D Game and make it follow my mouse?

Try this: Unity - Scripting API: Cursor.SetCursor

That will change the cursor, if that’s what you were asking about.