Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
6.9.0
Issue ID
1213530
Regression
No
[Inspector] Multi-selecting and modifying exposed properties with multiple components (i.e. a Vector3) overwrites all components
Repro steps:
1. Create a VFX and expose a Vector3.
2. Drag it to the scene and duplicate it a couple of times.
3. Add different values to each instance (i.e. (1,1,1) , (2,2,2), and (3,3,3))
4. Multi-select all 3 VFX, and change the X value of the exposed Vector3
Expected outcome:
Only the X value will change, the Y and Z will remain unique for all effect instances.
Actual outcome:
The X value changes, the Y and Z value are set to 0.
Note:
- An exposed Vector3 in a C# script when multi selected will only modify the one component of the vector which is changed.
- Happens on many/all vector types (Vector2, 3, the components of an OrientedBox, etc.)
- Not a regression, repros in 6.9.0
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
The fix is non-trivial for a relatively small improvement; closing as it was internally raised and we don't know if it affects actual users as much.