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
Thanks a lot for your video. It works. ![]()
Thank you too!
Glad you got it to work as you needed ![]()