SocketIOClient-Unreal icon indicating copy to clipboard operation
SocketIOClient-Unreal copied to clipboard

UE - VerifyImport: Failed to find script package for import object

Open emoshape opened this issue 1 year ago • 1 comments

Do you know why UE5 keeps asking for this script file when it builds a package with the plugin? UATHelper: Packaging (Windows): LogLinker: Warning: VerifyImport: Failed to find script package for import object 'Package /Script/SocketIOClient' UATHelper: Packaging (Windows): LogLinker: Warning: Unable to load SocketIOClient_GEN_VARIABLE with outer BlueprintGeneratedClass /Game/Test.Test_C because its class (SocketIOClientComponent) does not exist

The package is built, but when the game is launched, it fails with a message: Screenshot 2022-09-26 16 29 18

emoshape avatar Sep 29 '22 04:09 emoshape

See https://github.com/getnamo/SocketIOClient-Unreal#packaging

getnamo avatar Sep 30 '22 18:09 getnamo