Skip to content

why m_Thrusting is a NetworkVariable but m_spin is not? #128

@Alexander5421

Description

@Alexander5421

private NetworkVariable<float> m_Thrusting = new NetworkVariable<float>();
float m_Spin;

m_Thrusting is never used on the client side, what's the point to sync it to clients?

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions