# v1.2

### Requirements

* Text Mesh Pro from Unity Package Manager

### New Features

* Added Push-To-Talk

### Breaking Changes

<details>

<summary>Changed</summary>

* Updated namespace to EasyCodeForVivox to avoid confusion with Vivox Unity asset
* Made EasyCode compatible with 2019 again. Only because Vivox also supports 2019 and wanted to keep it compatible with potetntial users of EasyCode

</details>

<details>

<summary>Removed</summary>

* Deleted unnecessary AWS packages from beta features and removed those beta features as well
* Removed **IsTyping** feature where you can be alerted when a user is typing. It was relying on Vivox Hidden/Event messages and this feature is better implemented with a proper networking stack
* Removed Michael Milton's custom chat scene because it forced you to use Unity 2020 and included Editor Coroutines Package and custom version control

</details>

<details>

<summary>Deprecated</summary>

* **Deprecated Version 1.0 and 1.1** because I changed a lot of script names and it was a bulky package so I stripped out a lot of unnecessary things.
* Removed reference example script and demo scene
* Removed custom chat scene because it forced you to use Unity 2020.3 or above

</details>

### Contributors

* [MurphyMurph\_21](https://github.com/FullStackIndie)
