I am trying to package my game for the game jam and I am running into an issue I am getting an error code Unknown pretty early in packaging
Her eis the log info Please help
to help narrow it down I just created a new project then tried to package and got exitcode=5 at the automation part. This is the same I was getting for my Game Jam Game
Hey XxDANitxX,
In your log:
Visual C++ 2015 toolchain does not appear to be correctly installed. Please verify that "Common Tools for Visual C++ 2015" was selected when installing Visual Studio 2015.
You can verify this by using the Windows key on your keyboard or by hitting the Start Button. The, search for “Control Panel” and select it. Inside of Control Panel, search on the top right search bar, “Add or Remove Programs” then select it.
In that list, search for Visual Studio 2015 and select it. With it selected, you can click the “Modify” button. This will bring up the Visual Studio installer window. Choose to “Modify” it again and go through the steps and make sure that “Common tools” is checked. If it is not, check it and then continue the installer to install it. When that is done, you can try to package again.
Yeah so Common tools wasn’t selected. It is Re-setting with common tools now selected. I appreciate the fast response. I will let you know if it works as soon as I am able to re-attempt the packaging
The build is still saying that Common tools is not there. I have modified visual studios with common tools selected and restarted my pc. I am now modifying it with all tools selected.
Ok so the Common tools was the first of a couple issues. after that was solved I had to open Uproject in notepad and delete out the tango plugin. Then I found out I did not have Windows sdk V8.1 after that was installed I had a minor issue with the engine reading the meshes I was using from the floor. Deleted those and relaid out the floor. Then I packaged Successfully. Thank you so Much for your help you gave me the first step to solving the puzzle. You save my Game Jam