Change the speed

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By wkytazijqxow

Can you set the speed of “several people or all” without changing the speed of physics.

For example, when a person kicks a ball for 3 seconds, the speed of the person and the ball is slower. Instead of changing the physical speed of the ball, the sound of kicking the ball can be slowed down, but the music is not slowed down.

For example, the 3 seconds after the ball enters the goal, the people and objects in the whole scene are slower, but the music is not slow.

For example, I can set the speed of any person or object at any time without changing the physical speed. For example, the moving speed of the ball is 10, only the image is slow.

I haven’t found a way to do it yet, please briefly describe the way. Use the latest version.Both 2D and 3D are used.

:bust_in_silhouette: Reply From: magicalogic

Maybe mess with delta. In the script of the object you want to speed up or slow down, where you have implemented the movement code, multiply delta by a factor.