Simple door
Control doors in your game with simple, configurable automation. The package provides Open(), Close(), and Toggle() methods alongside inspector-based configuration for animation curves, duration, opening angles, and sound effects. Features include trigger-based automatic control and button input handling, enabling you to implement doors with minimal scripting.
com.stupesoft.simple-door 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/simple-door.git README Markdown
Copy this to your project's README.md
## Installation
Add **Simple door** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/simple-door.git
```
[](https://www.pkglnk.dev/pkg/simple-door)Dependencies (1)
README
Automation door
A door that can be opened, closed. The door can be controlled using the Open(), Close(), Toggle() methods. The door can be easily configured using just one script in the inspector.

Specifications:
- arbitrary animation curve
- duration of animation
- opening angle
- opening and closing sounds
- trigger for automatic door control
- button for controlling the door
No comments yet. Be the first!