hi
i want to say that
every time the transform .position.z increase by 500
Spawn The prefabs
i know my script is tottaly wrong
but i just want to know how to say it in correct format ?
how to say that in c# ?
i want to say that
every time the transform .position.z increase by 500
Spawn The prefabs
i know my script is tottaly wrong
but i just want to know how to say it in correct format ?
Code (CSharp):
- {
- {
- if ( x == true)
- Spawn() ;
- else
- {}
- }
- }
- void Spawn ()
- {