The ship gets instantiated but ship.GetComponent() = null.
This means your ship does not have the component SpaceShip_Trader attached to it, because your prefab (spawnableShip_01) does not have it.
↧