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 MrNahuel · Jul 17, 2013 at 12:54 AM · errormultiplayer

Multiplayer Script ERROR WTF

Hello... Today... i was scripting so hard ( Following a tutorial because im a noob D:) and well.. i founded a problem.. also here is the tutorial: http://www.youtube.com/watch?v=uFjW2QL1TeM

Well.. the problem was that when i was scripting... i fixed a lot of errors but i got an new Error and its anoying me.... It says Assets/Standard Assets/Scripts/DirectConnection.js(43,7): BCE0044: expecting EOF, found 'else'.

You may be wondering.. why its that script in script folder? Because i put everything in folders XD

well.. HERE GOES THE DAMN SCRIPT :D xD

 var ListenPort = 25000;
 
 var useNAT = true;
 
 var myIP = "";
 var myPort =  "";
 
 var MaxPlayers = 32;
 
 function OnConnectedToServer ()
 {
 
 }
 
 function OnDisconnectedFromServer ()
 {
 
 }
 
 function OnGUI ()
 {
    if(Network.peerType == NetworkPeerType.Disconnected)
    {
         if(GUI.Button(Rect(5,5,60,30),"Connect"))
         {
              Network.useNat = useNAT;
              Network.Connect(remoteIPaddress, remotePort);
         }
         if(GUI.Button(Rect(5, 40, 60,30,"startServer"))
         {
         Network.useNat = useNAT;
         Network.initializeServer(MaxPlayers,ListenPort);
         }
        
          remoteIPaddress = GUI.TextField(Rect(5, 75, 60, 30),remoteIPaddress);
          remotePort = parseInt(GUI.TextField(Rect(5, 110, 60, 30),remotePort.ToString()));
          
       }      
       else
       {
          if(GUI.Button(Rect(5,5,60,30),"Disconnect"))
          {
        Network.Disconnect(200)
       } 
    }     
 }     

ok.. now..... What is wrong with it?

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
2

Answer by tw1st3d · Jul 17, 2013 at 03:20 AM

 if(GUI.Button(Rect(5, 40, 60,30),"startServer"))
 {
     Network.useNat = useNAT;
     Network.initializeServer(MaxPlayers,ListenPort);
 }

you're missing a ) before ,"startServer"

Comment
Add comment · Show 3 · 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 MrNahuel · Jul 17, 2013 at 06:45 PM 0
Share

Stills not working...

avatar image tw1st3d · Jul 18, 2013 at 06:50 PM 0
Share

Could you please post any errors you are getting?

avatar image Olgo · Jul 18, 2013 at 06:58 PM 0
Share

also, you're missing a ";" at the end of line 43. this should be shown in the unity engine console.

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

17 People are following this question.

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

Related Questions

Multiple Cars not working 1 Answer

Failed to load Unity.dll 4 Answers

Error CS1502 Help! 1 Answer

Targetting error please help 0 Answers

Compiler error?? 2 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