firstpersonHUD deleted accidentally, how do i recover it?

i want that firstpersonHUD back how do i do it? can’t make new project because i have already completed my 55% of project. plz help.

First, open a command terminal and go to the folder of your project, then write “git stash”. Find the file in the file explorer and copy it outside the project folder. Then writer “git stash pop” and move the file back where it should be. Reload project. This should not have fixed your issue because naturally you used version control, right? Let this be a lesson and start using version control. git is free and easy to setup.

In case you actually dont have version control you can go to the folder and copy the HUD uasset file to somewhere else in your project. This should make the HUD appear there. If you cant find it you have removed the asset completely and you can not retrieve it. Too bad. Make it all over again. It is just one HUD and should be quick and easy to remake.

HTH

Hello SanketVaria ,

Create new first person project and migrate HUD. When pressed migrate button select New Project Location > Content and click ok button.

Migrate