Assertion failed: IsInGameThread() [File:D:\build++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp] [Line: 1549]
Unable to load /Game/MyChar/Engineer/Ik_engineer. Objects and Packages can only be loaded from the game thread.
I play with this already 3days and i don’t know how to fix … can anyone help me pls
Hi there, I’ve found a solution for the problem. It seems this issue is partially due to the current version of Unreal Engine (5.4.2). My solution is as follows: replace the file UObjectGlobals.cpp
located at D:\build++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\
with an older version from Unreal Engine, such as version 5.3.2. I hope this helps!
(If you’re unsure about the path: Build
refers to the UE5 directory, Engine
refers to the Engine directory, and so on.)