Is there a function to "freeze" a particular object from all behaviors? Basically, I want all of the behaviors to pause for a period of time and after that, resume, as if nothing happens. Is this possible?
Develop games in your browser. Powerful, performant & highly capable.
As far as I know you can only "freeze" everything(by setting the timescale to 0.0), if you want to freeze just one(or some) object(s) you have to create your own function.