Question by
TravellerMark · Jan 16, 2020 at 05:56 PM ·
inputstring
JSON value contains "instanceID"
Hello all. This has been driving me nuts all day. I have an Inputfield PlayerName I'm trying to send via JSON. Debug log shows {"PlayerName":"instanceID"}, instead of whatever was typed. I'm relatively new to c#, so I know I'm overlooking something, but can't find how to put in input text into the JSON. A simple example or manual page would be nice! Thanks in advance.
Comment