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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -