Custom structure for uSURVIVAL

**TO USE THIS ASSET YOU NEED THE FOLLOWING**
Unity (free)
uSURVIVAL (paid)
**TO USE THIS ASSET YOU NEED THE FOLLOWING**

Help, Question, Request: (Forum) (Discord)

Custom structure for uSURVIVAL

– All structures decay overtime.
– NoBuildZone to block player construction, can have exceptions.
– The player who place the structure is the owner.
– Hold LeftCtrl key while aiming structure to see additional info.
– Added underwater swimming for player.

– BuildingManager structure
– – Protect other structure around from decay, but decay by itself.
– – Player not in list can’t build near this building, default range 20.
– – Owner will be able lock/unlock building manager by interacting with lock icon.
– – Cannot place another build manager near another one.
– – Hold LeftCtrl while aiming building manager to see builder list.

– Wall that give stats generation.
– – Nursery give health.
– – Bathroom give water.
– – Kitchen give food.
– – GreenHouse give heat.
– – Dungeon give damage health.

– Different damage type.
– Item or prefab must be setup to make the appropriate damage to be able damage structure.
– – Chip: Is use to damage wood structure.
– – Blast: Is use to damage metal structure.

– Bed system.
– – You can bind yourself to many bed.
– – Other players can bind to your bed.
– – Many player can be add to same bed sleeper list.
– – Hold LeftCtrl while aiming bed to see sleeper list.
– – When you die, you can choose the bed you want respawn in or random spawn.

– Underwater structure
– – Its a cube you can place underwater.
– – You can walk inside.
– – Automatically remove connecting wall when connect to other cube.

– Include core addon Additional Interaction.
– Include core addon Additional Json Data.

Build with Unity 2021.3.21f1 and uSURVIVAL 1.86

———————CHANGELOG———————

1.9
– Update demo install

1.8
– Update demo install

1.7
– Update to uSurvival 1.86
– Update documentation
– Add demo install for testing (only in a new default uSurvival unmodified)

1.6
– Validate with uSURVIVAL 1.85
– Fix door to not be pickupable on server restart

1.5
– Validate with uSURVIVAL 1.84
– Update additional interaction package
– Update additional json data package
– Update SyncList readonly keyword
– Add missing NetworkServer to Destroy
– Timed pickup structure properly work with dedicated
– Add bool to show or not the parent info in PickupStructure.cs
– Properly rename bed on dedicated, now with raycast and owner
– Update trap style door prefabs to be able open/close while pickup is active

1.4
– Adjust collider on FenceHalfWithDoor, WallWithDoor and WallWithWindow prefabs
– Add method for compatibility with keypad addon

1.3
– Update to uSurvival 1.83
– Update documentation, new steps 5 and 11 (if you update must do it)
– Add list of allowed structure in NoBuildZone
– Add underwater structure
– Change door action to be on the door
– Make host update building manager lock visual on load game
– Add underwater swimming on player

1.2
– Update to uSurvival 1.81

1.1
– Validate with uSurvival 1.79
– Update link in documentation