- Home /
i found this login system how would i get it to work?
http://forum.unity3d.com/threads/22703-Menu-system-(contains-Login-system-plus-extras)
ok so i found this log in system on the unity forums so i set it up to try and get it to work and i even got the passwordField( http://unifycommunity.com/wiki/index.php?title=PasswordField ) scripts (even if it says its not technically needed since its already built into unity but i think the script needs it) i get the same errors unknown identifier md5 which im fairly sure i know what that means
EDIT: is there any alternatives or a way to get md5 working? or do i need to do something else?
anyway basically i was wondering if there was a work around or something to not get this error i prefer c# and all of this is in java(script) so im not 100% about anything
thanks for any help , i have no idea where to start...
Aha, O$$anonymous$$, I believe I've found the answer for this one. I'll delete my other answer.
Answer by Kleptomaniac · Apr 07, 2012 at 02:21 PM
First of all, no it isn't in Java. Unity does not use Java. Unity uses Unityscript, which is a modified version of Javascript. They are both completely different languages.
Second of all, while looking through the thread, someone said you have to include the MD5 script from the Unify Wiki as well. So get the Javascript version of this script from here and then I believe what you do is you create a new Javascript file named md5.js and include that static function.
Not so sure if that will work, but we shall see. ;)
Hope that helps, Klep
brilliant it works! :D thank you now i can spend the next two days getting my game ready for release thank you!
now it says i have warnings www.data is obselete use www.text ins$$anonymous$$d. but im sure i can fix that... just change the www.data :P id give you a job xD
what you do is you create a new Javascript file named md5.js and include that static function
No other post had that tiny bit of info. Drove me nuts!
Your answer
Follow this Question
Related Questions
Login System using SQL with Registration on a Website 0 Answers
Get account user name 2 Answers
Unity login and password help 0 Answers
Login Game System 1 Answer