ok i have done that but now my platforms don't even spawn! any idea?
SlickZeroHouston, TexasMember, Sous ChefPosts: 2,870
Since their physics is turned off, they won't respond to move behaviors and such. They will respond to interpolate, though. So you will have to re-work it so your platforms are offscreen at first, then interpolate to the desired position when needed. Saves a lot of resources when you interpolate instead of spawn anyway, so it's a good practice.
Comments