Hello all
So I was working on my game today, working on UI when all of a sudden my game started to crash when I hit play. So i figure I did something wrong, and i deleted my recent changes. Still crashed. I deleted the work I had done the whole day ( when it was working ); still crashed when I hit play. So i undeleted my work because obviously that wasn’t the problem and went through the logs. Apparently UE4 couldnt find Itween or some nonsense… so in my blueprint that used an ITween function, I unhooked the function and voila! I could hit play without it crashing. So i uninstalled Itween and reinstalled it, and it didn’t help. I have been using ITween for this project using the same version of UE for quite awhile and honestly I’m lost. I wasn’t even messing around with ITween today…
I dont know if this helps but when I uninstall ITween, it still shows up in UE under C++. Just fyi I’m using blueprints & c++…
Any help would be appreciated.