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

Add support for custom IPs to override the external IP for https #51

Closed marc-n-dream closed 10 months ago

marc-n-dream commented 10 months ago

This adds a new field to the AirConsole component to configure the local address, for example to point it to an ngrok HTTPS address, enabling developers to directly expose the editor for usage in the AirConsole controller.

image

Along this release, a documentation update will be released for AirConsole Unity guide and potentially also airconsole ngrok guide.

The change was tested with

laurentndream commented 10 months ago

LGTM

marc-n-dream commented 10 months ago

Good point regarding the Local IP Override

Part of it will be a documentation update, the rest is now slightly better structured in the AirConsole component inspector

image