Do two things:
1) Remove the yield statement from your Start() function.
2) Assign your "Instantiate(...)" to another variable like "var pClone = Instantiate...". Then use that variable to do the rest: "pClone.getComponent("Stats").Player = Player;" and so on.
↧