Missing Assets

Description

Your project is missing assets that other users have. This typically occurs when your project is not the same version as the Scene Fusion session host.

Symptoms

Scene Fusion displays a warning about missing assets in the online panel. There may be a warning saying 'Unable to load '

Solution

Ensure everyone has the same version of the Unreal project by performing the following steps.

If you are out of date with the project in source control:

  1. Pull the latest version of your project from your source control platform (Git, Perforce, SVN, etc.).
  2. If you are missing a class asset, compile your code.

If you have files not yet committed to source control:

  1. Push/commit your updated files to your source control platform (Git, Perforce, SVN, etc.).
  2. Have the other Scene Fusion collaborators pull the latest version of the project from source control.
  3. If there were code changes, have the other users compile the code.

Note: Ensure that the host of the session also has the most up to date version of the project by following the above steps.

What if my team doesn't use source control?
We highly recommend using a source control solution. However, if you are not using source control, you can solve this issue by simply sharing the most up to date version of the Unreal project with everyone who will be using Scene Fusion.

KinematicSoup