Change camera speed for game

Hi everyone. Newbie here. Hope you guys are well.
I have packaged a game (test project) for pc (windows no editor) without any character, means a camera will be floating around the landscape. I want the camera to move fast or slow based on my preference.
I have searched but didn’t find any solution yet. Any kind of help would be appreciated.
Thank you.

Hey @Shawpnil. What class is being created for you to move around the level like that? Is it an empty Pawn class? or a Spectator class? or something else? You probably need to change some setting in whatever class is it that is being created when you press play.

For you to be able to change the speed in the packaged build then you would have to implement some kind of UI to let the player change the speed of that controlled class.

Hope this helps

2 Likes

Here’s my video about it, it may be bad quality and it’s long because it’s one of the older videos I made (plan to recreate to new style but that’s what I’ve got for you as for now)

1 Like

Thanks a lot for your video. It works. :heart:

1 Like

Thank you too!

Glad you got it to work as you needed :smiley:

1 Like