forms - using a bool in a WWWForm unity -
so im trying add boolean field wwwform send server. problem there no bool param option. when try using string option errors server. appreciated.
you can use int storing boolean field.
wwwform form = new wwwform (); form.addfield ("bool", 0); ideally string should work, dont know may issue. should post code , error log further think.
Comments
Post a Comment