Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.1.6
Issue ID
1203584
Regression
No
[Layout] Unity Layouts save a reference to the currently opened VFX.
Repro steps:
1. Open a VFX in the VFX window
2. With the VFX window docked, create a new Layout.
3. Resize some windows / change the layout / open another VFX
4. Load the newly created layout from step 2.
5. Observe that the VFX which was opened during step 2 gets restored.
Expected outcome:
- The layout to only save the VFX window position, but not to try to open the actual asset which happened to be open when the layout was created.
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note:
This behaviour is because we want to keep the asset open on a domain reload. The Animator window shows the same behaviour.