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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
This behaviour is because we want to keep the asset open on a domain reload. The Animator window shows the same behaviour.