Configuring the Scene | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Configuring the Scene

    Domain Object Provider

    Every plan begins with an initial or root state, describing the circumstances under which an agent plans its future course of action. To initialize this root state, domain object providers allow you to set up domain objects (i.e. objects represented in the planning reprentation) on the different GameObjects that compose a scene.

    To add a provider add a DomainObjectProvider component on a GameObject.

    Image

    A domain object provider can hold one or multiple domain objects. Each domain object is defined by the following:

    • Name - The name of the object
    • Traits - A list of selected traits that are possessed by the object
    • Traits properties - Optional initial value for a property (or use default value)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023