To reproduce:
1. Open the user’s project
2. Enter Play mode
3. Observe the Console
Expected result: Log “Center: (0.50, 0.50, 0.50), Extents: (0.50, 0.50, 0.50)”
Actual result: Log “Center: (0.00, 0.00, 0.00), Extents: (0.00, 0.00, 0.00)”
Reproducible with: 2020.3.40f1, 2021.3.9f1, 2022.1.16f1, 2022.2.0b8, 2023.1.0a10
Reproduced on: macOS Monterey 12.5.1 (Intel)
Workaround: Uncomment the line 71 “mesh.RecalculateBounds();” (RecalcutateBounds.cs)
Note: Reproducible in the Editor and in the Player