Skeletal Mesh doesnt have Skeleton

I am attempting to package my current build and I am getting errors about the skeletal mesh not having a skeleton so I cant set an animation. However, when I run the game in the editor it works properly and the animations do work properly.

Hi primacy,

Try these troubleshooting steps:

  1. With the editor closed, delete the Intermediate and Saved folders from your Project Folder
  2. Open the editor, right-click on the Contents folder in the Content Browser and choose “Fix up redirectors in the folder”
  3. Run a map check on all levels
  4. Save all and try to package again.

If that does not resolve the issue, please post the output or game log (in a text file) where it says this.

Thanks,

.

Hi ,
thanks for the information. I did as you said but the results did not change. Attached is a text file of the error link text

UATHelper: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2016.10.07-18.50.25:256][ 0]LogLinker:Warning: Can’t find file ‘/Engine/EngineSky/EpicQuadPanorama_CC+EV1’

Rename “EpicQuadPanorama_CC+EV1” …You cannot have special characters like “+”

Make sure to only use letters, numbers, and underscores in your names and keep them under 21 characters.

Let me know if this does not resolve your issue.

That file was not created by the members of my team. So I am not sure where to even find that at to change. (there is no such file in the VS project solution called “EpicQuadPanorama”

Try the solution from the following link: LogLinker:Warning: Can’t find file…

Renaming folder C:\Users\UserName\AppData\Local\UnrealEngine\ 4.13 to 4.13_OLD and let the engine restore a new one.

Let me know if this does not resolve the issue.

that did not fix the issue for me

With the Editor and Launcher closed, try deleting the contents of the DerivedDataCache folder. If empty, delete the DerivedDataCache folder itself as it will get rebuilt upon restarting the editor.

hey so I just fixed it actually. All I did was delete the skeletal mesh and skeleton then reimported it.

Thanks for posting your resolution -SH