Game Jam group project
-- TO LAUNCH UE4 AND CODE--
- Open the project through the engine. (Make sure it is 4.21)
- Say yes to everything it asks
- If it asks to convert it to a new version click on skip conversion
- Once opened, go to File->RefreshVisualStudioProject
-- TO LAUNCH UE4 IN THE LABS --
- Clone the project from GitHub Desktop to the Source folder in the computer
- Launch Visual Studio 2017
- Launch UE4 4.21
- Browse the project in UE4 Launcher
- Say yes to reload the dll file
- If it says that the project needs to be converted into a newer version, do: More options -> Skip conversion
- Everything should work
-- TO SAVE THE WORK --
- Save normally in UE4 and VS.
- Close the project
- Go to GitHub Desktop and commit. (Write a summary of things changed and a description if needed)
- Push the changes
- Project will be up to date now!