Disabling Code Lock on Vending MachineSolved
{
	"Disabled Items (Prefabs)": [
		"assets/prefabs/deployable/large wood storage/box.wooden.large.prefab",
		"assets/prefabs/deployable/vendingmachine/vendingmachine.prefab"
	],
	"No Escape": {
		"Block Auto Lock whilst in Combat?": false,
		"Block Auto Lock whilst Raid Blocked?": false
	}
}

Is my prefab correct cause code lock is auto attach once I deploy Vending Machine.

Okay my bad, issue fixed.

{
	"Disabled Items (Prefabs)": [
		"assets/prefabs/deployable/large wood storage/box.wooden.large.prefab",
		"assets/prefabs/deployable/vendingmachine/vendingmachine.deployed.prefab"
	],
	"No Escape": {
		"Block Auto Lock whilst in Combat?": false,
		"Block Auto Lock whilst Raid Blocked?": false
	}
}​
Locked automatically