Search Issue Tracker
Fixed in 12.0.0
Votes
0
Found in [Package]
10.0.0
Issue ID
1281920
Regression
No
[URP][2D] Vertices stays selected when switching between multiple Shadow Caster 2D while editing shape
How to reproduce:
1. Open attached "case1281920" and scene "SampleScene"
2. In the Hierarchy window select "Shadow Caster" game object
3. In the Inspector window press the "Edit Shape" button
4. In the Scene window edit the shape
5. Select "Shadow Caster 2" game object and edit its shape too
6. Observe the "Position" field x and y values in the Inspector window
Expected behavior: After editing shape the "Shadow Caster 2" position field displays actual values
Actual behavior: After editing shape the "Shadow Caster 2" position field displays dashes
Reproducible with: Universal RP 7.5.1(2019.4.13f), Universal RP 8.2.0(2020.1.10f1), Universal RP 10.0.0-preview.26(2020.2.0b8, 2021.1.0a2)
Could not test with: 2018.4.28f1(no Universal RP)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 12.0.0):
By design, when in Edit mode, every object selected is allowed to be edited. Hence it shows Mixed mode values while more than 1 point is selected across multiple objects.
Hence the above workflow, basically means 2 points are selected, 1 from "Shadow Caster" object and 1 from "Shadow Caster 2" object. This is to ensure even though the current Active Object selected is "Shadow Caster" you can always select "Shadow Caster 2" and it remembers the selected point when you are still in Edit mode.
This workflow is improved from Universal RP 12.0.0 onwards with Unity 2021.2.0a10 and above, the inspector will not display dashes when selecting points from different paths