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

JToken to string #17

Closed Psychokiller1888 closed 3 years ago

Psychokiller1888 commented 7 years ago

https://github.com/AirConsole/airconsole-unity-plugin/blob/251d4ab636349a0f2216f41e4b95b8545b2acd94/Assets/AirConsole/examples/basic/ExampleBasicLogic.cs#L54

And lines #62, 69 and 75

Shouldn't it be

(string)data["message"]

Accessing like this generates Thundernator's problems: Thundernator