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

fix: error saving field name SYNC_VAR_COUNT #536

Merged
merged 1 commit into from
Jan 19, 2021
Merged

Conversation

paulpach
Copy link
Contributor

Unity is generating this error

The same field name is serialized multiple times in the class or it's parent class.
This is not supported: Base(NetworkTransform) SYNC_VAR_COUNT

when you have a multiple levels of inheritance in network behaviours

Unity is generating this error
> The same field name is serialized multiple times in the class or it's parent class.
> This is not supported: Base(NetworkTransform) SYNC_VAR_COUNT

when you have a multiple levels of inheritance in network behaviours
@sonarcloud
Copy link

sonarcloud bot commented Jan 19, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@paulpach paulpach merged commit cbc52e5 into master Jan 19, 2021
@paulpach paulpach deleted the serializefield branch January 19, 2021 03:10
github-actions bot pushed a commit that referenced this pull request Jan 19, 2021
## [62.5.2](v62.5.1...v62.5.2) (2021-01-19)

### Bug Fixes

* error saving field name SYNC_VAR_COUNT ([#536](#536)) ([cbc52e5](cbc52e5))
@github-actions
Copy link
Contributor

🎉 This PR is included in version 62.5.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

1 participant