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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note:
This behaviour is because we want to keep the asset open on a domain reload. The Animator window shows the same behaviour.