diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d0667..cfa17c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - Added CONTRIBUTING.md - Updated LICENSE.md +### Added +- [PrefabRandomBrush] Split functionality of PrefabBrush to PrefabBrush and PrefabRandomBrush +- [PrefabBrush/PrefabRandomBrush] Add Erase Any Objects toggle to choose between erasing any Objects or Objects in the Brush + +### Changed +- Consolidated menus items + ### Fixed - [WeightedRandomTile] Fixed WeightedRandomTile messing up Random.seed! diff --git a/Documentation~/Contributors.md b/Documentation~/Contributors.md index 7d08c3a..12c08c1 100644 --- a/Documentation~/Contributors.md +++ b/Documentation~/Contributors.md @@ -14,10 +14,14 @@ Thank you to all who have contributed to this repository! - [DoctorShinobi](https://github.com/DoctorShinobi) - [CraigGraff](https://github.com/CraigGraff) - [Autofire](https://github.com/Autofire) -- [AVChemodanov](https://github.com/) +- [AVChemodanov](https://github.com/AVChemodanov) - [ream88](https://github.com/ream88) - [Quickz](https://github.com/Quickz) - [capnslipp](https://github.com/capnslipp) - [TrentSterling](https://github.com/TrentSterling) +- [vladderb](https://github.com/vladderb) +- [trobol](https://github.com/trobol) +- [HyagoOliveira](https://github.com/HyagoOliveira) +- [RyotaMurohoshi](https://github.com/RyotaMurohoshi) If anybody has been missed, please do let us know! \ No newline at end of file diff --git a/Documentation~/PrefabBrush.md b/Documentation~/PrefabBrush.md index c00e748..00626af 100644 --- a/Documentation~/PrefabBrush.md +++ b/Documentation~/PrefabBrush.md @@ -1,6 +1,6 @@ # Prefab Brush -__Contributions by:__ [Pepperized](https://github.com/Pepperized), [superkerokero](https://github.com/superkerokero) +__Contributions by:__ [Pepperized](https://github.com/Pepperized), [superkerokero](https://github.com/superkerokero), [vladderb](https://github.com/vladderb), [RyotaMurohoshi](https://github.com/RyotaMurohoshi) 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.