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

Dev Game Id not working as intended #61

Closed bbeinder closed 3 months ago

bbeinder commented 3 months ago

Dev Game Id does not work because of this line: https://github.com/AirConsole/airconsole-unity-plugin/blob/b1c86de4fb1797f81d654051e6d61cc8c310b786/Assets/AirConsole/scripts/AirConsole.cs#L1715

Should be:

#if UNITY_EDITOR
marc-n-dream commented 3 months ago

Thank you for spotting this @bbeinder

I will ensure that this is fixed for the next release.