stillwwater / command_terminal

Unity Command Terminal: In-Game Console
MIT License
445 stars 60 forks source link

Use unscaled delta time to animate opening/closing #7

Closed bgr closed 5 years ago

bgr commented 6 years ago

This will avoid the case where console wouldn't work in games that implement pause via Time.timeScale = 0.

stillwwater commented 5 years ago

Thanks!