I am trying to remove the workbenches in the monuments. I am currently removing all workbenches, and when my plugin is reloaded, it removes player workbenches also. I need to be able to determine if they are at an outpost before I remove them. Should I just do a proximity check to the monuments or is there a better way?
Get WorkBenches in Monuments (Outpost, Bandit)
The workbenches in monuments are "static" whilst those owned by players are "deployed".So check the prefab names as an example:- assets/prefabs/deployable/tier 1 workbench/workbench1.deployed.prefab- assets/bundled/prefabs/static/workbench1.static.prefab