Development Environment:
Macbook Pro 2020 Sonoma 14.3
Unity 2022.3.17f
Normcore 2.1
Simply following the documentation
[RealtimeModel]
public partial class LocalTransformModel {
[RealtimeProperty(1,true,true)]
private Vector3 position;
}
Get this result
Normal.Realtime.SourceGenerators/Normal.Realtime.SourceGenerators.RealtimeModelSourceGenerator/LocalTransformModel.g.cs(6,32): error CS0102: The type 'LocalTransformModel' already contains a definition for 'position'
Tried restarting Unity, reinstalling Normcore, clearing autogenerated code, changing model name, changing variable name, changing variable type. Nothing works.