# v1.3

### Requirements

* Text Mesh Pro from Unity Package Manager

### New Features

* Added Admin/Host feature where you raise hand to speak, and Host will unmute you in demo scene and EasyExample.cs.

### Improvements

* Updated documentation with minor details
* New Demo scene separates Canvas UI components better

### Bug Fixes

* Redid demo scene because Version 1.2 wouldn't work when you built the scene

### Breaking Changes

<details>

<summary>Changed</summary>

* Split EasyManager into 2 base classes that EasyManager inherits from mainly for code readability. Does not affect EasyManager.cs

</details>

<details>

<summary>Deprecated</summary>

</details>

<details>

<summary>Removed</summary>

* Removed NewtonSoft.dll dependency from **VivoxAccessToken** because it was conflicting with **Unity's NewtonSoft.dll in version 2020.3**
* Removed ToggleMuteSelf() method in favor of more verbose LocalMute/LocalUnmuteSelf() methods.

</details>

### Contributors

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