Assembly definitions

If you are partitioning your assembly using Assembly definitions, you need to add a reference to each Arbor assembly definition file.

If necessary, add the following reference to the assembly definition file to the list of Assembly Definition References.

Assembly definition name (path) Description
Arbor
(Assets/Plugins/Arbor/Internal/Scripts/Arbor.asmdef)
The basic functions of Arbor are defined.
Must be referenced from scripts that use Arbor.
Arbor.Core
(Assets/Plugins/Arbor/Core/Scripts/Arbor.Core.asmdef)
The core components of Arbor are defined.
Must be referenced from scripts that use Arbor.
Arbor.BuiltInBehaviours
(Assets/Plugins/Arbor/BuiltInBehaviours/Scripts/Arbor.BuiltInBehaviours.asmdef)
Arbor's built-in script is defined.
Refer to Built-in component and when accessing scripts for various built-in nodes from a script.

See Assembly definitions for details on how to configure.