ufna / VaRest

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
https://www.unrealengine.com/marketplace/en-US/product/varest-plugin
MIT License
1.07k stars 292 forks source link

Failed to find script package for import object 'Package /Script/VaRest' in Oculus 5.0 Unreal Fork #407

Open ebinitie opened 1 year ago

ebinitie commented 1 year ago

Hi, Appreciate any assistance on this issue. I am able to successfully use this plugin in the editor but when I attempt to package for Android. It doesnt' seem to find the file and any of my blueprints that depend on this fail. I have tried placing it in my plugins folder in my project as well as putting in under a marketplace folder in the oculus build and directly under plugins in the oculus build but it still does not seem to find it during packaging. This is the error I get below

Packaging (Android (ASTC)): LogLinker: Warning: VerifyImport: Failed to find script package for import object 'Package /Script/VaRest' UATHelper: Packaging (Android (ASTC)): LogBlueprint: Error: [AssetLog] C:\IyobaLandVR - Copy\Content\AFCore\Blueprints\Game\BP_GameInstance_IYOBA.uasset: [Compiler] Node Invalid Subsystem Type must have a class specified. from Source: /Game/AFCore/Blueprints/Game/BP_GameInstance_IYOBA.BP_GameInstance_IYOBA

I am currently using this in Unreal 5.0.3

Thanks for your assistance

ebinitie commented 1 year ago

Hi I was able to resolve this problem by updating the Engine version to "EngineVersion" : "5.0.3" in the plugin file. Thanks