unity3d - ParseUser Missing Definition for password -


creating new user working fine until password (text) turn maroon , says <'parse.parseuser not contain definition 'password'

here's code:

    var user = new parseuser ()     {         username    = n[0],         password    = n[1],         email       = n[2]      }; 

what's missing?

this question has been asked before, parseuser unity sdk missing definition password apparently, there no answer had create question.

i had same issue, , foolish enough believe monodevelop. when wised , clicked build in unity (even though monodevelop still claimed there no definition password) there no problem compiling.

however, user doesn't seem created when use signupasync, might unrelated.


Comments