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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
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