Plugin Settings
To access the plugin’s settings, go to
Edit->Project Settings->Plugins->Conveyor Settings
| Setting Name | Setting Type | Description | Default Value |
|---|---|---|---|
| Conveyor Spline Precision | Per Platform Int | This indicates in how many segments 1m (100 units) of conveyor spline will be split into for caching and performance reasons. | 20 |
| Items Cast Shadows | bool | Currently does nothing. In Roadmap. | false |
| Position Tolerance | float | How close should nodes be to merge? | 1 cm |
| Item Cull Distance | Per Quality level Float | How far away will items be culled (hidden)? | 120m |
| High Priority Async Task | bool | Should async conveyor processing be marked as high priority? | false |
| Warn Simulation Skipping Frames | bool | Should warn about conveyor processing skipping frames? (In the logs) If this happens it isn’t a huge issue, but it can lead to visual lag for items on belts if several frames are skipped. | true |
| Conveyor Segment Grid Size | float | Determines the grid size for batching segments. Larger grids will result in faster batching, but potentially gathering more data which gets discarded. You generally want this to be around half cull distance. | 1024 |