Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.1.X, 2017.2.X, 2017.3.X
Votes
0
Found in
2017.1.1f1
Issue ID
953301
Regression
No
Tool Handle is drawn on Object's Pivot Point while in the Center mode, when object's LineRenderer is below the MeshRenderer
When object has both MeshRenderer and LineRenderer, and it's LineRenderer is set to "Use World Space" and LineRenderer is below the MeshRenderer. Then, when ToolHandle is in the Center mode, it will actually be drawn not in the center between the Cube and the Line, but only on the Cube's Pivot point. (looks same as in the Pivot mode)
To reproduce:
1. Open "Test" scene, from "LineRend_CenteredMode.zip"
2. Make sure "Tool Handle" is in Center mode.
3. Select "Cube" in the Hierarchy.
Expected result: Tool Handle should be in the middle between Cube and it's LineRenderer's line.
Actual result: Tool Handle is on Cube's Pivot point.
Reproducible with: 5.5.4p5, 5.6.4f1, 2017.1.1p4, 2017.2.0f3, 2017.3.0b4
Workaround:
While Cube is selected, in Inspector, move "Line Renderer" up, so it's above the "Mesh Renderer".
Now the Tool Handle is actually in the middle.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
Add comment