Search Issue Tracker
By Design
Votes
0
Found in [Package]
2.0.0
Issue ID
SPLB-93
Regression
No
Spline Circle is not matching the perfect circle
How to reproduce:
1. Open the attached project “Spline”
2. Open the “SampleScene” scene
3. Select “Top” view to see the outline of the Spline
4. Select “GameObject” GameObject to see the outline of the Sphere Collider attached to it
5. Compare the Sphere Collider outline to the Spline outline
Expected result: Outlines are matching
Actual result: The spline outline is different from the Sphere Collider outline
Reproduced with: 2.0.0 (2022.1.0a16, 2022.1.23f1, 2022.2.0b8, 2023.1.0a17)
Couldn’t test with: 1.0.0 (2022.2.0b8), 1.0.1 (2022.2.0b8) (There is no Spline outline in these Package versions)
Reproduced on: Windows 11 Pro
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Location tooltip in the Viewport of UI Builder window does not update when the UI Document Asset is moved to a different location
- Audio Clip Volume and Avoid Repeating Last fields values cannot be changed in Audio Random Container window
- Setting a variable in the root selector via an imported USS file in a theme does not work
- No character limit when creating a new Scene with excessively long name, Editor can be forced to crash
- URP Decal Projector flickers/glitches when added to Cube or Quad GameObjects as a Component
Resolution Note:
Rejecting the issue as the Spline circle in the bug report's sample scene has been modified (both scale and shape wise). This can be easily verified using these steps:
1) Select "Spline (1)" in the Sample scene and set it's position to (0, 0, 0).
2) Right click in Hierarchy and select "Spline -> Circle".
3) Notice how the created circle is of different size to that of the user's.
4) Select user's "Spline (1)" and scale it closer to the size of the newly created spline.
5) Notice how the shapes don't match.
The circle shape looks correct when creating a new spline using "Spline -> Circle" and checking its shape against Sphere collider.
See attached images for more details.