Property setter disappears on `PublishTrimmed`
After publishing my program, the setter to a float property disappears and cannot be found by
The code that accesses the property:
The
This
All
.GetProperty when using <PublishTrimmed>.The code that accesses the property:
The
Rotation property:This
Scale property works fine, on the other hand:All
Vector2 types work fine, and Rotation is the only float property I've tried. Is there a way to still use PublishTrimmed while keeping this functionality? It's likely me just misunderstanding how the publish trimmed parameter works.