Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Argument Exception while Running the Build

Discussion in 'Project Tiny' started by prakyath_unity, Dec 29, 2020.

  1. prakyath_unity

    prakyath_unity

    Joined:
    Dec 11, 2020
    Posts:
    9
    The SceneBoundingVolume component is defined in the Unity.Scenes assembly, but that assembly is not referenced by the current build configuration. Either add it as a reference, or ensure that the conversion process that is adding that component does not run. [This is my Assembly Definition asset]
     
  2. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Make sure to include Unity.Scenes into your game's asmdef references list
     
    L0v4iy and prakyath_unity like this.