You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unity does not use camel case for Vector3 fields so, after upgrading, there is no way to make this work because the source generator doesn't allow ConvertToCamelCase to be disabled and I can't go and change Unity builtin types.
The text was updated successfully, but these errors were encountered:
Per-message option sounds good for special cases like this. I agree that converting to camel case is a good default because that's C# style but it's unfortunate that Unity doesn't follow that.
I upgraded to the new source generator version of this and it is no longer valid to write a protobuf message for Unity engine types like
Vector3
.Unity does not use camel case for
Vector3
fields so, after upgrading, there is no way to make this work because the source generator doesn't allowConvertToCamelCase
to be disabled and I can't go and change Unity builtin types.The text was updated successfully, but these errors were encountered: