I’m working with a marketing guy to help promote my game and he’s suggested a demo in Steam’s Next Fest, which I’m all for.
I’m just not sure how to go about it. He recommends that I fork off a branch of my game so I don’t break anything while experimenting with a demo. He suggests that the demo not just be the first levels of my game but some super juicy parts put together. A bit of work but I’m liking the direction.
Question: what would be the best approach here? Who’s actually done it and can guide me on forking, copying to a new project or???
For those who have done a steam next fest demo, what do you recommend?
I’m on UE 5.2.1
I’ll drop his link here - im not shilling, just for reference.
When he says ‘forking’ he’s assuming you’re using github ( which means version control and probably C++ ).
If you’re not ( you don’t need to ), you can just make a new project, call it your demo, and migrate all the stuff you need to that project. Note, when you migrate a map, everything you need will go with it.
Then, you can edit your demo project without affecting your main project. Any time you change the main one, you can just migrate the new things to your demo.
When your demo is ready, you can package it ( using the launcher ), and upload it to Steam. Steam will let you have a separate page for your demo.