Search Issue Tracker
By Design
Votes
0
Found in [Package]
10.0.0-preview.27, 9.0.0-preview.54, 8.1.0
Issue ID
1282689
Regression
No
[VFX Graph] VFX Graph Window reload on entering play mode
VFX Graph Window reloads on entering play mode
Steps to repro:
1. Create a new project
2. Windows > Package Manager > Visual Effects Graph > Install
3. Project > right-click > Visual Effects > Visual Effect Graph
4. Open "New VFX" graph from the project window
5. Press Play
Actual Result:
Visual Effect Graph Window reloads
Expected Result:
Visual Effect Graph Window should not reload
Reproducible in:
2020.2.0b6, 2020.1.7f1, 2019.4.10f1
Package version found: 10.0.0-preview.27, 9.0.0-preview.54, 8.1.0
Environment:
Windows10 and macOS 10.14
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:
All views are reloaded on entering play mode because there is a domain reload. It is just more visible with the VisualEffect graph as the reload takes time.