AirConsole / airconsole-unity-plugin

A plugin for Unity to develop for AirConsole
http://developers.airconsole.com/#/guides/unity
GNU Lesser General Public License v3.0
69 stars 19 forks source link

Extends and simplifies player silencing in unity #56

Closed marc-n-dream closed 7 months ago

marc-n-dream commented 7 months ago

This uses global JS declaration approach used by translations to track enabling / disabling of Player Silencing and providing it to the AirConsole constructor, removing the need for enablePlayerSilencing_ in the API altogether.