How to build a scene from a project with examples correctly? If you try to build them right as they are in the project, an empty scene with no model or animations is played. But everything plays fine in the editor.
First of all, make sure that your scene is included in the Build Settings.
After a quick look, I noticed that the UnityAnimationHDRPExamples has none added.
If the problem persists, work down the problem in steps and start with simple spawn tests.
You need to use both the new build pipeline(look for a *.buildconfiguration file) and make sure any animations were placed inside a subscene as runtime conversion for animation is not supported. Any build using the old build settings that includes subscenes will result in subscenes not being included.
1 Like