The Distance Based Primary Cell Object Sub Controller has been renamed within SAM to the Distance Pooling Chunk Manager. You will need to create the new component using the new Deep Space Labs component creation path.
You can add this component by selecting a game object and then selecting from the Top Menu Bar:
Component -> Deep Space Labs -> -> SAM -> Chunk Managers -> Distance Pooling Chunk Manager
or by selecting a game object and using the Add Component menu via its inspector:
Component -> Deep Space Labs -> -> SAM -> Chunk Managers -> Distance Pooling Chunk Manager
Cell Object Loaders are now called Chunk Streamers and are assigned via the World Inspector, therefore this setting no longer exist on any of the Chunk Managers.
Cell Object Destroyers are now called Chunk Destroyers. The responsibility of destroying/removing Asset Chunks has been shifted to the Chunk Streamer class, therefore this field has also been moved to Chunk Streamer classes (under the name Chunk Destroyer).
This setting is no longer used.
Cell Actions have been replaced by World Grouping Listeners, therefore this field is no longer necessary.
Again, since the destruction/removal of Asset Chunks is now under the control of Chunk Streamer's, this setting has been moved to Chunk Streamers.
Previously it was necessary to specify the Active Grids the Controller/Manager would be used with. This information is now gathered at runtime automatically by the manager and therefore does not need to be specified explicitly.
Setting renamed slightly, however it functions the same as before.
Setting has the same name and functions the same as before.
You can leave the other new settings as is. If you wish to learn more about them, take a look at the Distance Pooling Manager Section in the Chunk Managers Chapter.