Hi everyone, Has anyone had this problem when packaging their game? my project name isn’t displaying properly in the task manager, I have tried everything, and nothing seems to help. I am using UE 5.1.1.
I already change the name in the project settings and created a new project and package it and even in new projects with differents names this still happening, how can I fix this?
I’ve been able to replicate and solve this.
The solution is to “enable” C++ for your project. You don’t have to code in C++, you don’t have to know C++, you just need to have it.
If you already have Visual Studios and it’s modules fully set up, you can skip to step 4.
Now close the Unreal Project- the previous message should’ve opened Visual Studios.
Now we build in Visual Studios. It’ll look a bit different for you since I’m using Rider, but it should still be under the build tab.
Now wait for that to finish building. If you get some errors, paste them into google. You may need to install a few other things.
Now we can close Visual Studios and just open our project as normal and package as before. The title will be whatever is in your Project Name instead of “UnrealGame”
Hi @rokenrock you did it! this was the best tutorial I could ever dream of asking, tysm for helping me solving the issue! everything works perfect know! Im gonna screenshot this for the future!