Skip to content

Imported model fails revision control validation #564

@selladoor267

Description

@selladoor267

https://github.com/ruyo/VRM4U/blob/e31861605fb112f9f97b3472e425de9d6f901ab2/Source/VRM4U/Private/VrmAssetListObject.cpp#L13C12-L13C31

When trying to submit a newly imported model to revision control, validation fails. It is related to this warning

LogPackageName: Warning: GetLocalFullPath called on FPackagePath ../../../../../akasha/depot/Content/ThirdPerson/Characters/Faust/faust which has an unspecified header extension, and the path does not exist on disk. Assuming EPackageExtension::Asset. LoadErrors: Warning: While trying to load package /Game/ThirdPerson/Characters/Faust/VA_faust_VrmAssetList, a dependent package /Game/ThirdPerson/Characters/Faust/faust was not available. Additional explanatory information follows: FPackageName: Skipped package /Game/ThirdPerson/Characters/Faust/faust has a valid, mounted, mount point but does not exist either on disk or in iostore. The uncooked file would be expected on disk at 'J:/akasha/depot/Content/ThirdPerson/Characters/Faust/faust.uasset'. Perhaps it has been deleted or was not synced?

I see that that the UPackage *Package; field is referencing an invalid package after setting VisibleAnywhere on it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions