SyncVars on subclasses

Am I right in thinking it’s not possible to put SyncVars at different levels of the class hierarchy?

A script was working fine with SyncVars in the superclass, but when I added a SyncVar to the subclass the top level ones stopped working.

Any guidance/advice on using SyncVars with subclasses?

it is a bug. will be fixed in a patch release.

Thanks for the info!