Split Options
These options are the mainly the same as the values found in the Split Options section of the Artificer inspector with the added option to enable them as an override. But there are some extra values specific to Split Params and the Adjust feature. You need to check the box on the left of any param to have the new value used or override the exisiting value.

Sort Origin
The order the parts are built and dismantle is mainly controlled by how far the split mesh element is away from the sort origin, or sort spline as we will see later. With objects closest to the Sort Origin being built first and dismantled last. You can position the Sort origin with this value, there is also a tool you can use to move it directly in the scene view.
Use Sort Spline
Enables the use of a Unity spline to control the sort order and hence the build order of the elements. The system will find the nearest point on the sort spline to the final position of the element in the mesh and that position along the spline will be used to sort the elements.
Sort Spline
You can make use of Unity Splines to define a path that will be used to sort the elements. This will give you complete control over which parts of an object are built first or you could have a scene slowly assemble along a path so objects appear as you walk along for example. It is a powerful feature that gives a lot of control.

Sort Spline Select
This is where you select the spline that will be used to sort the elements, it is a Unity Spline which you will need to have in your scene already.
Sort Spline Bias
This bias control allows you more control over the order elements are built with a spline. The lower this value then elements will be built more as wave moving along the spline so elements a distance away from the nearest spline point will start to build before elements further along the spline. With a higher value then items close to spline will start to build first and then elements further from the spline will fill in later. It is best to play with this value to see the effect it can have on your build.
Sort Mode
You have different options for how elements are sorted, the default option is Position, this will use a point on each element, which you can control, to calculate the sorting distance and thus the build order, but it might be you want to have the object be built by material order, eg. bricks, then windows, then the roof. Or you can select other options for more special cases.
None - No sorting is done, will just use the order the system splits the mesh into.
Position - Will use a point on the mesh to calculate the distance from the Sort Origin and will sort by that distance.
Material - Will sort by materials, the order of which is defined below.
Position Material - Will sort by position first and if any same values will then use material order.
Material Position - Will sort by material and then by position for each material set.
Random - Will just do a random order.
Sort Distance Mode
This allows you to select which part of the elements mesh will be used to determine the distance.
Closest - Will find the closest point on the mesh to the Sort origin for the distance calculation.
Furthest - Will find the furthest point on the mesh to the sort origin for the distance calculation.
Center - Will use the distance from the center of the mesh to the sort origin for the distance calculation.
Split Mode
Controls whether Artificer splits the mesh up into discrete mesh elements or splits it into material meshes.
Elements - Artificer will check the mesh and split into discrete non connected elements based on the options below.
Materials - Artificer will just split the mesh into its material based pieces.
Dont Split
Tell Artificer not to split this object up at all, in which case it will be added as a single mesh element.
Dont Add
Tell Artificer to ignore this object and not to add it to the animations. This is like the Exclude Objects option.
Add All
Tells Artificer to add all the split elements of this object at the same point in the sort mode regardless of their distance values so you can have this object build completely before anything else.
Sort Modifier
This value is added to the distance value before any sorting so you can use this to easily move the building of this object in the final sequence, for example adding a large -ve value will mean this object is assembled before anything else and adding a large +ve value means it will be built last.
Last updated