Hello,
I’ve been doing some cleanup on my project, and while I could solve most of it (even by using UE4 tools themselves or some hex editing), there is one warning I can’t get rid of:
[2017.04.05-22.19.57:264][ 0]LogPackageName:Warning: String asset reference "(" is in short form, which is unsupported and -- even if valid -- resolving it will be really slow.
[2017.04.05-22.19.57:264][ 0]LogPackageName:Warning: Please consider resaving package in order to speed-up loading.
[2017.04.05-22.19.57:330][ 0]LogPackageName: SearchForPackageOnDisk took 0.066s, but failed to resolve (.
[2017.04.05-22.19.57:330][ 0]LogPackageName:Warning: String asset reference "(" could not be resolved.
I can’t find the asset that is causing this error. I"m for almost 3 days trying to fix this without success.
Apparently there is no way to find out what asset this error refers to (not even in VeryVerbose mode), and I think it would be very beneficial to have that in the engine.
Thank you very much for your work and support!