Block destry time

when the block destroyed it take 1 second to destroy. not immediately like in the lecture why?

Without seeing your code it’s impossible to say for sure.

But, speculating, I’m gonna guess when you’re calling the Destroy Method for it, you’re giving it an object to destroy, as well as a float as a parameter. You can delay a destroy that way, so I’d guess you’re doing that on accident.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms