Skip to content

Commit 18cae29

Browse files
Updates (#202)
* -Update Contributors.md * -Update CHANGELOG.md
1 parent ab1eea6 commit 18cae29

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
88
- Added CONTRIBUTING.md
99
- Updated LICENSE.md
1010

11+
### Added
12+
- [PrefabRandomBrush] Split functionality of PrefabBrush to PrefabBrush and PrefabRandomBrush
13+
- [PrefabBrush/PrefabRandomBrush] Add Erase Any Objects toggle to choose between erasing any Objects or Objects in the Brush
14+
15+
### Changed
16+
- Consolidated menus items
17+
1118
### Fixed
1219
- [WeightedRandomTile] Fixed WeightedRandomTile messing up Random.seed!
1320

Documentation~/Contributors.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ Thank you to all who have contributed to this repository!
1414
- [DoctorShinobi](https://github.com/DoctorShinobi)
1515
- [CraigGraff](https://github.com/CraigGraff)
1616
- [Autofire](https://github.com/Autofire)
17-
- [AVChemodanov](https://github.com/)
17+
- [AVChemodanov](https://github.com/AVChemodanov)
1818
- [ream88](https://github.com/ream88)
1919
- [Quickz](https://github.com/Quickz)
2020
- [capnslipp](https://github.com/capnslipp)
2121
- [TrentSterling](https://github.com/TrentSterling)
22+
- [vladderb](https://github.com/vladderb)
23+
- [trobol](https://github.com/trobol)
24+
- [HyagoOliveira](https://github.com/HyagoOliveira)
25+
- [RyotaMurohoshi](https://github.com/RyotaMurohoshi)
2226

2327
If anybody has been missed, please do let us know!

Documentation~/PrefabBrush.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prefab Brush
22

3-
__Contributions by:__ [Pepperized](https://github.com/Pepperized), [superkerokero](https://github.com/superkerokero)
3+
__Contributions by:__ [Pepperized](https://github.com/Pepperized), [superkerokero](https://github.com/superkerokero), [vladderb](https://github.com/vladderb), [RyotaMurohoshi](https://github.com/RyotaMurohoshi)
44

55
This Brush instances and places randomly selected Prefabs onto the targeted location and parents the instanced object to the paint target. Use this Brush as an example to create Brushes which can quickly place assorted types of GameObjects onto structured locations.
66

0 commit comments

Comments
 (0)