Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netcode for GameObjects 1.0.0.pre-10: 'No suitable method found to override' error for OnIsServerAuthoritatitive() for ClientNetworkTransform #685

Closed
11BelowStudio opened this issue Jun 23, 2022 · 2 comments

Comments

@11BelowStudio
Copy link

I decided to update the version of Netcode for GameObjects on a project I'm working on from 1.0.0.pre-9 to 1.0.0.pre-10, and now this method is causing a compiler error:

Library\PackageCache\com.unity.multiplayer.samples.coop@2bbc9f1cc2\Utilities\Net\ClientAuthority\ClientNetworkTransform.cs(43,33): error CS0115: 'ClientNetworkTransform.OnIsServerAuthoritatitive()': no suitable method found to override

Looks like the rename of this method to OnIsServerAuthoritative in the base class is tbe the culprit, so this method will need to be renamed to fix that problem so it works on 1.0.0.pre-10.

@fernando-cortez
Copy link
Collaborator

Closing this issue as this breaking change has been accounted for inside of our latest release: https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/releases/tag/v1.3.0-pre.

@11BelowStudio
Copy link
Author

cool and also good thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants