Skip to content

Commit db4dc92

Browse files
authored
Merge pull request #18 from lukebradaric/v2.0
readme & changelog update
2 parents 541e0f9 + f636b46 commit db4dc92

File tree

2 files changed

+32
-20
lines changed

2 files changed

+32
-20
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#Changelog
22

3+
## v2.0 - 28-9-2023
4+
5+
- Scriptable Sounds
6+
- Scriptable Events
7+
- Scriptable Variables
8+
- AutoLoad Attribute
9+
- Various Extension Methods
10+
- Various Generic Classes
11+
- Complete Rework!
12+
313
## v1.5.2 - 14-11-2021
414

515
- Added Logging tool

README.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
![TinyTools_Banner_Thin](https://user-images.githubusercontent.com/49044096/137410737-378af617-22de-4df8-8daa-1a693997b752.png)
22

3-
* Lightweight collection of easy to use Unity tools
4-
* Scriptable Events
5-
* Dynamic Audio System
6-
* Unity Type Extensions
7-
* CameraShake Component
3+
## Lightweight collection of easy to use Unity tools
4+
5+
- Scriptable Sounds
6+
- Scriptable Events
7+
- Scriptable Variables
8+
- AutoLoad Attribute
9+
- Various Extension Methods
10+
- Various Generic Classes
811

912
### Getting Started
10-
* Each tool contains a demo folder with a basic demo and instructions.
11-
* Unity Version 2018.1.0f1 or higher
13+
14+
- Window > Package Manager > Add Package from git URL
15+
- https://github.com/lukebradaric/TinyTools.git
1216

1317
### Version History
14-
* 1.6 Logging Added
15-
* 1.5 Gizmos & Extras Added
16-
* 1.4 CameraShake Component Added
17-
* 1.3 Audio System Reworked
18-
* 1.2 Extensions Added
19-
* 1.1 Audio System Added
20-
* 1.0 Initial Release
2118

22-
### Acknowledgments
19+
- 2.0 TinyTools Rework!
20+
- 1.6 Logging Added
21+
- 1.5 Gizmos & Extras Added
22+
- 1.4 CameraShake Component Added
23+
- 1.3 Audio System Reworked
24+
- 1.2 Extensions Added
25+
- 1.1 Audio System Added
26+
- 1.0 Initial Release
2327

24-
* https://github.com/DapperDino/Dapper-Tools
25-
* https://www.youtube.com/channel/UCX_b3NNQN5bzExm-22-NVVg
28+
### Acknowledgments
2629

27-
### Trello https://trello.com/b/pYwaFx1J/tiny-tools
30+
- https://github.com/DapperDino/Dapper-Tools
31+
- https://www.youtube.com/channel/UCX_b3NNQN5bzExm-22-NVVg
2832

29-
### Unity Package Download
30-
[TinyTools_1.5.2_UnityPackage.zip](https://github.com/lukebradaric/TinyTools/files/7535214/TinyTools_1.5.2_UnityPackage.zip)
3133
Stars are appreciated :smile:

0 commit comments

Comments
 (0)