Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

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.