unity instantiate with name

Code Example - unity instantiate with name

                
                        // (You don't need to instantiate an additional object, just set the 'name' attribute)
GameObject go = Instantiate(this.speedBlock);
go.name = "SpeedBlock";