Not the first time but, I am using BitBucket to make my repo and its everything fine. But its the second time I want to open my project on the other day without pushing or anything and my project is stuck at 75%.
And no. It isnt compiling shaders. Already checked it on compiler and its doing nothing. And yes checked on manager of windows and it is 0% on cpu, 500mb RAM nothing more. Its old project not new.
What I did before was, making a child of a c++ class and added few anim notify.
I fixed this before by creating another project and ONLY getting the content folder. Had to config the whole project and lot stuff that I dont include on my source control.
Theres another way to fix that? I am having double work.
I am using my AnimInstance on C++ And for the second time I made it a blueprint and made some changes there but ONLY related to anim notify to call functions. It was working without any problem and crash but when I turn off my pc and go sleep, when I come back this happened.
No chance. But problem was solve. I was hardcoding to find a mesh and set the mesh. The editor was bug on the material of this mesh. Btw its the same mesh for 3 weeks using the same thing. But I removed the hardcoding and its loading all perfectly. It was trying to load the material for infinity time. Couldnt finish that, was weird, because it was already compile before.
Wasnt that problem. Like I said above it wasnt compiling shaders. And… no new assets to re-compile.
and I dont use realist textures and material to take like hours to compile. Was a bug, but solved.
Gonna add this to a few threads because it really confused me. This generally happens because of a gamemode conflict. In my case I had set no default pawn class in a child game mode of my c++ game mode. That created an issue because in my c++ constructor I was setting the default pawn. After commenting out the constructor I was able to load everything properly.
Can you explain this in English to a dummy like me lol, I use UE for film 3D animation and am having a project with the same 75% stuck initializing error. What in my content folder / engine folders on my C: drive would I have to look for under Unreal to delete or something??