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 Tinker55 · Apr 09, 2012 at 03:40 PM · buildwwwhighscore

[Solved]WWW function issue on build.

Hello, i have a problem with the script from the unity wiki. Highscore script to be more specific. I keep getting the error "BCE0005: Unknown identifier: 'WWW'." Not while i play in the editor, but when i try to build it. I really need some help here. It works without any problem when i play the game within the editor.

   function getScores() {
         var hs_get = WWW(highScoreUrl);
         yield hs_get;
         
         if(hs_get.error) {
             print(" Error: " + hs_get.error);
         } else {
             displayText = true;
            score = hs_get.text;
            print(score);
         }
     }
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

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by rutter · Apr 09, 2012 at 04:19 PM

You'll usually catch errors like this earlier, if you add this line at the top of your JS files:

 #pragma strict

I believe Unity does this by default, in newer versions.

Anyway, is this the script you're using? If so, the history for that wiki page suggests that the code hasn't been updated in some time; I wonder if it might be out of date. You can surely find a bunch of tutorials along the lines of "How to use Unity's WWW class", and update the code to match those tutorials.

The scripting reference might be a decent place to start.

Comment
Add comment · Show 2 · 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
avatar image Tinker55 · Apr 09, 2012 at 04:28 PM 0
Share

Sorry, i had the flash build thingy selected when i built the game. So when i selected the normal windows one it worked. Just me being stupid.

avatar image rutter · Apr 09, 2012 at 04:30 PM 0
Share

Ah, gotcha. I was thinking that seemed like a pretty strange error, but at least I'll have a better idea of where to point somebody if they hit it, too.

Thanks for posting your solution. It really does help.

avatar image
0

Answer by jjcc1421 · Feb 27, 2014 at 06:10 AM

Hello use this asign WWW object and use constructor of object

 var hs_get:WWW;
 hs_get = new WWW(url);
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

6 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Distribute terrain in zones 3 Answers

Loading textures into an array after build 1 Answer

Problem with WWW 2 Answers

Displaying only 5 of the high scores 1 Answer

Image is streched after downloading from server 1 Answer


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