Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 Tariq-mehmood · Aug 17, 2016 at 04:38 PM · networkingnetworknetworkview

networkview.RPC not accessible in unity 5.4

i am try to access networkView.RPC but its giving be error as also shown in below attached image

Error CS0619 'Component.networkView' is obsolete: 'Property networkView has been deprecated. Use GetComponent() instead. (UnityUpgradable)

alt text

i-dont-know.png (104.0 kB)
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
0
Best Answer

Answer by DiegoSLTS · Aug 18, 2016 at 12:27 AM

And.... have you done what the error message is telling you?

Just in case it's not clear, networkView (just like "rigidbody" and "collider" from GameObject's) has been deprecated since the first versions of Unity 5, and the way to get the networkView component of an object is to write:

 GetComponent<NetworkView>()

instead of:

 networkView

Anyway, Unity does this for you automatically when it detects your code is old (at least this deprecated fields) and shows you a dialog saying it will update your scripts. It will even show that dialog if you write that line, save the file and go back to Unity.

Also, NetworkView.RPC method is also deprecated, the new API works differently. You should check the UNET manual: https://docs.unity3d.com/Manual/UNet.html

EDIT: And from the picture... Application.LoadLevel is also deprecated (That yellow underline is a warning saying you must use ScreenManager.LoadScene now). If you're following a tutorial or some guide, look for a newer one, that clearly wasn't written for Unity 5.4.

Comment
Add comment · Show 1 · 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 Tariq-mehmood · Aug 19, 2016 at 07:33 PM 0
Share

Thanks bro it worked now can you help me with this question http://answers.unity3d.com/questions/1231805/unity-3d-game-which-is-control-by-an-android-app.html

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

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

How to send UDP updates form server to each Client? 0 Answers

State synchronization non-functional after mode change? 0 Answers

How to sync position only one time, using Photon Networking 1 Answer

Troubles with using NetworkViews on a server 0 Answers

Flashlight on and everyone sees it ? 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