On your line 6 you set `obj` to the `Card_Object`. You have a single `Card_Object` and you point an `obj` at this single game object each time. Instead, use `Instantiate`:
http://docs.unity3d.com/Manual/InstantiatingPrefabs.html
↧