V2.5 Update:
Small misc improvements since the initial release of 2.4 along with the ability to peek the doors (rotate slowly) via blueprint as well.
V2.4 Update:
Added ability to lock doors through the switch with the options to either Toggle the lock state (independent of each door, if locked it will be unlocked) by calling ToggleDoorsLock() or by forcing the door locks to a specific state by calling LockDoors(bool) and passing in true/false depending on the state you wish to have. Both are blueprint callable under the Interactable Door category.
V2.3 Update:
Added auto closing doors.
WIP Added the ability to incrementally open/close doors (example given in the c++ on how to use it) with the DoorStandard_Static door, please report any issues with this feature if you use it! There is more work to be done on it.
Fixed a potential crash.
V2.2 Update:
Technical Details
Features:- Multiplayer Ready
- Control doors via switch
- Rotating Doors
- Sliding Doors
- Lock/Unlock door
- Set door to start locked
- Peek doors via mouse wheel
- Control door rotation via code OR animation
- Control door via physics
- Set door to open away from the player or rotate clockwise/counterclockwise
- Control door sliding via code OR animation
- Adjust door rotation speed, angle, sliding speed, and type (linear or non linear (start fast end slowly)) when driven by code
- Events setup to be triggered in blueprint (listed below)
- DoorFinishedRotating (fully open/closed), DoorStateChanged (opened/closed), DoorLockStateChanged (locked/unlocked). Each event returns an Enum, for the door state the Enum values are (OpenedClockwise, OpenedCounterClockwise, ClosedClockwise, ClosedCounterClockwise), for the door lock state the Enum values are (Unlocked, Locked), DoorFinishedSliding, DoorSlidingStateChanged
- Example characters using the door, One in C++ and One in Blueprint
- Network Efficient, Only 1 light replicated variable to control the doors rotation/sliding, and 1 to control the lock state.
- Custom Door Meshes and Textures
- Custom Door Animations
- Custom Door Sounds (Lock sounds included)
- InteractableDoor, Runtime
Number of C++ Classes: 8
Network Replicated: Yes
Supported Development Platforms: Win64
Supported Target Build Platforms: Win64
Contact: https://discord.com/invite/VUJKzE3
Documentation: