Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by user-2585 (google) · Nov 18, 2010 at 09:41 AM · serverhighscoresbce0005bce0023md5

MD5 Implementation - Server Side High Score Problems

I'm trying to get this working: http://www.unifycommunity.com/wiki/index.php?title=Server_Side_Highscores

After following the instructions on that page I got this error: Assets/HSController.js(13,14): BCE0005: Unknown identifier: 'Md5'.

I found this post with the same problem: http://forum.unity3d.com/threads/45500-Server-Side-Highscores-tutorial-Unknown-identifier-Md5

And someone suggested looking at this wiki entry for MD5: http://www.unifycommunity.com/wiki/index.php?title=MD5

On that wiki it says to "placed (the c# code) in your static-only utility class". I didn't know where to find that class so I tried the .js version of the code and got the following error: Assets/md5functions.js(6,34): BCE0023: No appropriate version of 'System.Text.UTF8Encoding.GetBytes' for the argument list '(Object)' was found.

So my questions. Where is the "static-only utility class"? and/or How can I avoid the md5functions.js error?

Thanks!!

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
3
Best Answer

Answer by Bunny83 · Dec 28, 2010 at 04:08 AM

:) "Your static only class" is any class you like. In C# every function belongs to a class. For some generic functions (that are not related to an object or class) you normally create a static class (you can't create an instance of this class). A static class can only contain static members (variables and functions). Generally you can call your class whatever you want, but in your case the class should be named "Md5".

Otherwise this code wouldn't work:

var hash=Md5.Md5Sum(name + score + secretKey);

When you already have an own static class for your other static methods, you can add the Md5Sum function to that class but then you have to use:

var hash=YourStaticClassName.Md5Sum(name + score + secretKey);
Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

1 Person is following this question.

avatar image

Related Questions

Server side security: dynamic hash salt 0 Answers

Help with Server Side HighScores 1 Answer

postScore Server Side Highscores tutorial 1 Answer

Error on HSController.js 1 Answer

Unity networking tutorial? 6 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges