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

Popular posts from this blog

Upgrade php version of xampp not success -

xslt - Unnest parent nodes by child node -

c - Bitwise operation with (signed) enum value -