You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
-
# Timers
1
+
<divalign=center>
2
2
3
-
## Overview
4
-
**Timers** is a versatile, easy-to-use timer component designed for Unity projects. Whether you're building a countdown for a game level, managing cooldowns, or triggering events at specific intervals, this package provides a robust solution. It combines basic timing functionality with advanced features, all wrapped in an extensible and Unity-friendly design.
3
+
<palign="center">
4
+
<imgsrc="Readme~\logo.png"width="500">
5
+
</p>
6
+
7
+
### TimerKit is a versatile, easy-to-use timer component designed for [Unity](https://unity.com/)
8
+
9
+
Whether you're building a countdown for a game level, managing cooldowns, or triggering events at specific intervals, TimerKit provides a robust solution. It combines basic timing functionality with advanced features, all wrapped in an extensible and Unity-friendly design.
10
+
11
+
</div>
5
12
6
13
### Features
7
14
-**Basic Operations**: Start, stop, reset, and query the timer's state.
@@ -15,11 +22,11 @@
15
22
-**Service Locator Support**: Optional integration with dependency injection patterns.
16
23
17
24
## Installation
18
-
Add the Timers package to your Unity project via the Unity Package Manager:
25
+
Add the TimerKit package to your Unity project via the Unity Package Manager:
19
26
20
27
1. Open the Package Manager (`Window > Package Manager`).
21
28
2. Click the **+** button and select **"Add package from git URL"**.
0 commit comments