rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
113 stars 45 forks source link

Serve still incorrectly changes WorldPivotData #413

Closed TRHeliad closed 4 months ago

TRHeliad commented 4 months ago

I'm not sure if rojo-rbx/rojo#865 was meant to fix both building and syncing/serving pivots, but I seem to still be having this issue. If you test this this project, building will result in having the correct pivot and position for the model, but syncing will shift it significantly. For me it shifts the origin from -892.671, 34.276, -539.095 to -697.9, 38.428, -386.246.


image

Dekkonot commented 4 months ago

I believe this was resolved via #408. It's not currently released yet though. Going to close this, but feel free to open an issue in Rojo's repo so that we can track this bug.